Skip to content
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

Migrate from FxCop analyzers to NETAnalyzers #95

Conversation

eoehen
Copy link
Member

@eoehen eoehen commented Mar 4, 2021

FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers'.

Add AllEnabledByDefault
Aggressive or opt-out mode, where all rules are enabled by default as build warnings. You can selectively opt out of individual rules to disable them.

Close #80

@eoehen eoehen requested review from jokay and a team as code owners March 4, 2021 09:45
@eoehen eoehen force-pushed the feature/Migrate-from-FxCop-analyzers-to-NETAnalyzers branch from 1516964 to 78fdcf9 Compare March 4, 2021 09:46
Copy link
Member

@pascalberger pascalberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eoehen eoehen merged commit 555ab10 into cake-contrib:develop Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from deprecated FxCop analyzers to .NET analyzers
2 participants