Personal set of rules and analyzers distributed as a NuGet package to share configuration across .NET projects.
Heavily based on Gérald Barré (@Meziantou)'s "Sharing coding style and Roslyn analyzers across projects" post and his CodingStandard repository.
This config contains rules changed and fine-tuned to my personal and work needs as well as preferences.
Add the nuget package to your project, and the configs will be automatically imported.
Warning
This package does not support transitive behavior. You need to add it to each project where you want to apply the configuration.
Important
It is recommended to use Directory.Build.props in your project over per .csproj configuration
- Dependencies can be found in .nuspec file
- Configs are located in
src/files/directory .propsfiles with their configs are located insrc/build/directory. These are split into categories for improved maintainability
Useful links are located in CONTRIBUTING.md as well as some of the most important TL;DRs