forked from microsoftarchive/data-access-application-block
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate FxCop to FxCop analyzers #1
Copy link
Copy link
Open
Labels
P2Priority 2Priority 2enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
P2Priority 2Priority 2enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
The project originally used FxCop to enforce code style. This has been deprecated, and replaced with FxCop analyzers. We should find what rules were used with FxCop, and apply the same rules with FxCop analyzers.
We should prefer the NuGet package of FxCop analyzers, so developers don't have to install extensions for this to work, and so it works when running
msbuildfrom the command line.