Closed BrunoZell closed 3 years ago
great. thanks for the contribution. does this work in dotnet cli also?
please feel free to add naming rules also. unfortunately i am not familiar with editor configs, naming rules and CI/CD. i manually build and release nuget packages. :( so glad to get contributions. :)
if you have other items that could help getting contributions, please feel free to do so.
also thanks for targeting develop branch.
Yes, this works with the CLI.
Coming from #71, this adds an
.editorconfig
at the repository root with some defaults as observed from existing code. I added the file to the solution in the sub-folderGlobals
.Rule
CA1304
is configured as an error. All erroneous places are fixed.I couldn't figure out how to analyze Razor files as well, so the advantage of this is very limited, unfortunately. I also tried the following with no success.
It might be a good idea to add dotnet naming rules to make it easier for others to contribute without running into formatting issues.