<AnalysisLevel>5</AnalysisLevel>?
Warning Level: You can include an .editorConfig file inside your project at the root of your project and define the configuration for warnings or errors.
- Create a folder at the root of your project and add the .editorConfig file in the folder. Define your configuration in that file such as Warning Levels e.t.c.
- In the configuration file, you can now add a copy righted infor to C# files, the info travels with the file. See example below:
e.g. file_header_template = YourCopy righted Info Here.