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: packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/src/Providers/ClientProvider.cs
Copy file name to clipboardExpand all lines: packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/test/Providers/ClientProviders/ClientProviderTests.cs
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -607,6 +607,19 @@ public void TestBuildConstructors_ForSubClient_InitializedByIndividually_HasPubl
607
607
c =>c.Signature?.Modifiers==MethodSignatureModifiers.Public).ToList();
608
608
Assert.IsTrue(publicConstructors.Count>0,"SubClient with InitializedBy.Individually should have public constructors");
609
609
610
+
// primary constructor should set the pipeline, options, and endpoint
0 commit comments