HealthCatalyst / Fabric.SharedSettings

Resharper plugin for settings that we can share across the HealthCatalyst organization.
0 stars 4 forks source link

Include newer code analysis rules #8

Closed j2jensen closed 6 years ago

j2jensen commented 6 years ago

It looks like rules have been added since our ruleset was initialized from "all Microsoft Rules as Errors". For example, there's CA2007: Do not directly await a Task without calling ConfigureAwait.

Find a more up-to-date version of All Microsoft Rules, and make sure that we've got them all accounted for in our shared settings. Most of the new ones should probably be treated as errors.

j2jensen commented 6 years ago

Resolved by #11