▲ | bob1029 2 days ago | |
It's probably a bit overkill for most shops, but you can actually write your own code fixes if you've got some common pattern: https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/t... These suggestions being immediately executable can dramatically improve compliance. I find myself taking things like range operator syntax even though I don't really prefer it simply because the tool does the conversion automatically for me. |