You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp/generator/Azure.Generator/src/Providers/ClientBuilderExtensionsDefinition.cs
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp/generator/Azure.Generator/test/Providers/ClientBuilderExtensionsDefinitions/ClientBuilderExtensionsTests.cs
/// <summary> Registers a <see cref="TestClient"/> client with the specified <see cref="global::Azure.Core.Extensions.IAzureClientBuilder{TClient,TOptions}"/>. </summary>
20
+
/// <param name="builder"> The builder to register with. </param>
21
+
/// <param name="endpoint"> Service endpoint. </param>
22
+
/// <param name="credential"> A credential used to authenticate to the service. </param>
23
+
/// <exception cref="global::System.ArgumentNullException"> <paramref name="endpoint"/> or <paramref name="credential"/> is null. </exception>
/// <summary> Registers a <see cref="TestClient"/> client with the specified <see cref="global::Azure.Core.Extensions.IAzureClientBuilder{TClient,TOptions}"/>. </summary>
34
+
/// <param name="builder"> The builder to register with. </param>
/// <summary> Registers a <see cref="TestClient"/> client with the specified <see cref="global::Azure.Core.Extensions.IAzureClientBuilder{TClient,TOptions}"/>. </summary>
43
+
/// <param name="builder"> The builder to register with. </param>
44
+
/// <param name="configuration"> The configuration to use for the client. </param>
45
+
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute("Requires unreferenced code until we opt into EnableConfigurationBindingGenerator.")]
46
+
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute("Requires unreferenced code until we opt into EnableConfigurationBindingGenerator.")]
0 commit comments