We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffdaa3 commit 10a7da7Copy full SHA for 10a7da7
src/libraries/Microsoft.Extensions.Configuration.Binder/gen/Parser/KnownTypeSymbols.cs
@@ -135,7 +135,7 @@ public KnownTypeSymbols(CSharpCompilation compilation)
135
Delegate = Compilation.GetSpecialType(SpecialType.System_Delegate);
136
137
// Only generate nullable attributes if available
138
- NotNullIfNotNullAttribute = compilation.GetBestTypeByMetadataName(typeof(System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute));
+ NotNullIfNotNullAttribute = compilation.GetBestTypeByMetadataName("System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute");
139
}
140
141
0 commit comments