rabbitmq-dotnet-client
rabbitmq-dotnet-client copied to clipboard
Review Roslyn analyzers
https://devblogs.microsoft.com/dotnet/configureawait-faq/ https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2007?view=vs-2019 https://github.com/dotnet/roslyn-analyzers/issues/6757
Example of what an analyzer might catch: https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1347#discussion_r1398743183
These should eventually be enabled:
dotnet_diagnostic.RS0026.severity = none
dotnet_diagnostic.RS0027.severity = none
dotnet_diagnostic.RS0036.severity = none
dotnet_diagnostic.RS0041.severity = none
Related old issue - https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/444
https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2007
https://github.com/dotnet/roslyn-analyzers/issues/6757