Replies: 1 comment
-
I'm not aware of any built-in functionality. Nevertheless, Roslynator CLI is designed exactly for this purpose. Please follow the instructions how to use it. If you have .NET Core projects it should be sufficient to install the tool:
and then the run the tool:
Also you can set working directory to the directory where the sln/csproj is located and then run just:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I have installed the Formatting Analyzer nuget package and configure a .editorconfig file with warning for some formatting analysers. Is there a way in visual studio to automatically fix all the formatting warnings for a document?
Regards
Beta Was this translation helpful? Give feedback.
All reactions