HealthCatalyst / Fabric.SharedSettings

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

Don't warn about public unused members. #18

Closed j2jensen closed 6 years ago

j2jensen commented 6 years ago

If something is public, there's a good chance that it's going to be consumed either by a consuming project or via reflection (e.g. Controller actions, Constructors, etc.)