Anton Egorov

Results 2 issues of Anton Egorov

**Product and Version Used**: Microsoft Visual Studio Community 2019 Version 16.10.4 Roslynator.Formatting.Analyzers 1.2.1 via Nuget [RCS1198](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1198.md) [IDE0071](https://docs.microsoft.com/ru-ru/dotnet/fundamentals/code-analysis/style-rules/ide0071) **Steps to Reproduce**: ```csharp enum Foo { A = 0 } var test1...

Area-Analyzers

[RCS1051](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1051.md) **Product and Version Used**: Microsoft Visual Studio Community 2019 Version 16.10.1 Roslynator.Analyzers 3.2.0 via Nuget **Steps to Reproduce**: .editorconfig: ``` dotnet_diagnostic.RCS1051.severity = warning roslynator.RCS1051.do_not_parenthesize_single_token = true ``` ```csharp public...