Add StyleCopAnalyzers nuget package and associated configuration to main projects:
- ModelGenerator
- NHapi.Base
- NHapi.SourceGeneration
- NHapi.NUnit.SourceGeneration
Requierd configuration files:
- stylecop.json
- .editorconfig file
- omnisharp.json (for VS code support)
These files can be stored at the solution level, and refrenced by each project.
Default rules can be found here...
Linked to #124