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
archerzz opened this issue
Mar 8, 2023
· 0 comments
· Fixed by #34780
Labels
ClientThis issue points to a problem in the data-plane of the library.EngSysThis issue is impacting the engineering system.MgmtThis issue is related to a management-plane library.
We should replace Microsoft.CodeAnalysis.FxCopAnalyzers with Microsoft.CodeAnalysis.NetAnalyzers because:
On Roslyn analyzer pages, FxCopAnalyzers are obsolete and it's recommended to use NetAnalyzers
Recently we got random reports of CA1825 error which cannot be reproduced on everyone's machine. Initial analysis indicates it's a false positive and the solution is to use NetAnalyzers. See here:
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Mar 8, 2023
archerzz
added a commit
to archerzz/azure-sdk-for-net
that referenced
this issue
Mar 8, 2023
jsquire
added
Client
This issue points to a problem in the data-plane of the library.
Mgmt
This issue is related to a management-plane library.
EngSys
This issue is impacting the engineering system.
labels
Mar 8, 2023
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Mar 8, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
ClientThis issue points to a problem in the data-plane of the library.EngSysThis issue is impacting the engineering system.MgmtThis issue is related to a management-plane library.
Library name
All
Please describe the feature.
Description
We should replace
Microsoft.CodeAnalysis.FxCopAnalyzers
withMicrosoft.CodeAnalysis.NetAnalyzers
because:FxCopAnalyzers
are obsolete and it's recommended to useNetAnalyzers
CA1825
error which cannot be reproduced on everyone's machine. Initial analysis indicates it's a false positive and the solution is to useNetAnalyzers
. See here:The text was updated successfully, but these errors were encountered: