As a follow up to #5656 each code analysis rule that is marked as Action="Info" should be evaluated and migrated to Action="Warning" once all instances of the violations are fixed or marked with ignore.
To make the process as painless as possible. Each rule should be implemented in its own PR.
Before the merges:
List of rules to enable after resolving occurrences:
As a follow up to #5656 each code analysis rule that is marked as
Action="Info"should be evaluated and migrated toAction="Warning"once all instances of the violations are fixed or marked with ignore.To make the process as painless as possible. Each rule should be implemented in its own PR.
Before the merges:
List of rules to enable after resolving occurrences:
Environment.ProcessIdbecause it isn't available in older versions of .NET. When the team decides to no longer support versions below .NET 5 then this can be enabled.