https://github.com/connorjs/connorjs-analyzers
My personal .NET analyzer package
https://github.com/connorjs/connorjs-analyzers
Last synced: 3 months ago
JSON representation
My personal .NET analyzer package
- Host: GitHub
- URL: https://github.com/connorjs/connorjs-analyzers
- Owner: connorjs
- License: mit
- Created: 2024-07-06T01:25:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:51:45.000Z (6 months ago)
- Last Synced: 2025-02-14T20:57:34.346Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# connorjs-analyzers
My personal .NET analyzer package.
Includes `StyleCop.Analyzers` and `SonarAnalyzer.CSharp` analyzer packages.
Configures rules in a `.globalconfig` file.
Turns off all rules that conflict with `CSharpier`.Also includes .NET build properties such as `UseArtifactsOutput` and C#’s `Nullable`.