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
This PR fixes an issue in the NamedTypeSymbolProvider when loading tuple
types. Previously, the generator would crash with
``The given assembly name was invalid.`` when attempting to load the
tuple type.
contributes to : Azure/azure-sdk-for-net#50288
Copy file name to clipboardExpand all lines: packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/test/Providers/NamedTypeSymbolProviders/NamedTypeSymbolProviderTests.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
4
4
usingSystem;
5
5
usingSystem.Collections.Generic;
6
+
usingSystem.Configuration;
6
7
usingSystem.Linq;
7
8
usingMicrosoft.CodeAnalysis;
8
9
usingMicrosoft.TypeSpec.Generator.Expressions;
@@ -96,6 +97,7 @@ public void ValidateProperties()
0 commit comments