-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(analyzer): replace FxCopAnalyzers
with NetAnalyzers
#34780
Conversation
`FxCopAnalyzers` is obsolete and it's reocmmended to use `NetAnalyzers`. See correponding issue for details. resolve Azure#34779
@dvbb helped to verify that this PR can fix the false positive of |
API change check API changes are not detected in this pull request. |
I randomly check some SDKs and the new analyzer will not fail the build. |
@heaths: Would you please review? |
@heaths I've run
So looks like we can directly apply this change and monitor any future break? |
Do any of those errors happen without your changes? If they are regressed by your change, they'll need to be fixed. If not - if they already exist without your changes - then we can go ahead and merge. |
@heaths They are not regressions by my change. The latter 4 have already been fixed on Lines 90 to 94 in ac4b1b9
|
FxCopAnalyzers
is obsolete and it's reocmmended to useNetAnalyzers
. See correponding issue for details.resolve #34779
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.