Josef Pihrt

Results 213 comments of Josef Pihrt

If you cannot use .NET SDK 6 for some reason you can use Roslynator.Analyzers 3.3.0

Hi, Do you use [Roslynator.CommandLine](https://www.nuget.org/packages/Roslynator.CommandLine/) or [Roslynator.DotNet.Cli](https://www.nuget.org/packages/Roslynator.DotNet.Cli) ?

I thought so. Could you try to use Roslynator.DotNet.Cli instead? I tested it that should work and you should see CAxxxx diagnostics. Install Roslynator.DotNet.Cli with following command: ``` dotnet tool...

First of all, I released new version of [Roslynator.DotNet.Cli](https://www.nuget.org/packages/Roslynator.DotNet.Cli/0.3.0) which references newest Roslyn 4.0.1. Please install newest version and try it. > Can roslynator apply fixing CAxxxx when run fix...

Hi, this sounds like a good idea. I'm currently busy with releasing Roslynator 3.0. When I'm done with it I'll be back to discuss details. Thanks for understanding.

https://github.com/dotnet/roslyn/blob/master/docs/analyzers/Localizing%20Analyzers.md

Sorry for the delay, I was busy. I would propose following structure of resources: * project Common * Resources.resx * common resources * this project is referenced in all projects...

How the code fix would look like?