Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Suppress IDE0078 where it is known to fail
This inspection broke some of our code: dotnet/roslyn#75122 On a side note, it turns out that all inspection-fixers can change code meaning, so none of the inspections are safe. IDE0078: Use pattern matching: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0078-ide0260
- Loading branch information