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
Should see if this impacts performance and move the call to GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemCodeDomCompilerGeneratedCodeAttribute); to the compilation start action
The text was updated successfully, but these errors were encountered:
roslyn-analyzers/src/NetAnalyzers/CSharp/Microsoft.NetCore.Analyzers/Resources/CSharpMarkAssembliesWithNeutralResourcesLanguage.cs
Lines 20 to 34 in 5968bec
roslyn-analyzers/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Resources/MarkAssembliesWithNeutralResourcesLanguage.cs
Lines 92 to 99 in 5968bec
Should see if this impacts performance and move the call to
GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemCodeDomCompilerGeneratedCodeAttribute);
to the compilation start actionThe text was updated successfully, but these errors were encountered: