rabbitmq-dotnet-client icon indicating copy to clipboard operation
rabbitmq-dotnet-client copied to clipboard

Review Roslyn analyzers

Open lukebakken opened this issue 3 years ago • 5 comments

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

lukebakken avatar Oct 17 '22 14:10 lukebakken

Example of what an analyzer might catch: https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1347#discussion_r1398743183

lukebakken avatar Nov 20 '23 14:11 lukebakken

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

lukebakken avatar Dec 19 '23 17:12 lukebakken

Related old issue - https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/444

lukebakken avatar Dec 21 '23 13:12 lukebakken

https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2007

lukebakken avatar Jan 25 '24 22:01 lukebakken

https://github.com/dotnet/roslyn-analyzers/issues/6757

lukebakken avatar Jun 03 '24 17:06 lukebakken