-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation culture settings are ignored in the stylecop.json in JetBrains Rider #2958
Comments
Is this warning also reported when building from the command line? |
I just verified that this is working in Visual Studio with StyleCop Analyzers 1.1.118. Closing as external; this bug should be reported to JetBrains. |
Yes, dotnet build TestAnalyzers.sln -v n It seems that is Stylecop.Analyzers bug |
@artem-voropaev What version of the dotnet tool are you using? It sounds like dotnet/roslyn#29014. |
dotnet --info Пакет SDK для .NET Core (отражающий любой global.json): Среда выполнения: Host (useful for support): .NET Core SDKs installed: .NET Core runtimes installed: |
Why you close this issue? The problem was not solved! I'm waiting for solution |
I use next settings in the stylecop.json with StyleCop Analyzers 1.1.118
StyleCop warns me [SA1623] The property's documentation summary text should begin with: 'Gets or sets', but I use "documentationCulture": "ru-RU" and it should not warn me because my code is correct for this culture
"Gets or sets" is "Получает или задает" in ru-RU (it always worked in Visual Studio with Settings.StyleCop file for .Net Framework projects)
My csproj
The text was updated successfully, but these errors were encountered: