DotNetAnalyzers / AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading
https://github.com/Microsoft/vs-threading
Other
121 stars 18 forks source link

Update documentation to include [SuppressMessage] examples #46

Closed sharwell closed 8 years ago

sharwell commented 8 years ago

As mentioned in #45, the documentation for rules currently only includes examples for using #pragma warning disable to suppress violations. While [SuppressMessage] works as well, examples need to be created so users are aware of the option.

dersteve commented 8 years ago

I added the documentation for the existing documentation and created a pull request #47

sharwell commented 8 years ago

Fixed in #47