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
illink roslyn analyzer: resolve code-style analysis warnings and update MicrosoftCodeAnalysisCSharpCodeStyleVersion to sync with MicrosoftCodeAnalysisVersion_LatestVS #91030
Per #91006 which upgrades build prop MicrosoftCodeAnalysisVersion_LatestVS version from 4.5.0 to 4.7.0:
Resolve code-style warnings that are currently suppressed by leaving this area's MicrosoftCodeAnalysisCSharpCodeStyleVersion at 4.5.0. The two properties should remain in sync, but the new version yields several warnings that require area-owner expertise to resolve.
Per #91006 which upgrades build prop
MicrosoftCodeAnalysisVersion_LatestVSversion from4.5.0to4.7.0:Resolve code-style warnings that are currently suppressed by leaving this area's
MicrosoftCodeAnalysisCSharpCodeStyleVersionat4.5.0. The two properties should remain in sync, but the new version yields several warnings that require area-owner expertise to resolve.Related: #91028.