Closed Zumpel96 closed 3 years ago
The extension uses the official StyleCop library, which doesn't receive any major development anymore (https://github.com/StyleCop/StyleCop). That also means that new language features aren't supported. I'm suggesting trying the StyleCop Analyzers.
If I use a switch expression, StyleCop Rule
SA0102
gets triggered.Example Code:
Please enable support for switch expressions.