https://github.com/kdcllc/Bet.CodeAnalyzers
DotNetCore Code Analyzers
https://github.com/kdcllc/Bet.CodeAnalyzers
aspnetcore codeanalyzer dotnet-core stylecop
Last synced: 6 months ago
JSON representation
DotNetCore Code Analyzers
- Host: GitHub
- URL: https://github.com/kdcllc/Bet.CodeAnalyzers
- Owner: kdcllc
- License: mit
- Created: 2019-08-15T18:46:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T11:33:45.000Z (about 4 years ago)
- Last Synced: 2024-10-05T04:21:34.174Z (about 1 year ago)
- Topics: aspnetcore, codeanalyzer, dotnet-core, stylecop
- Language: C#
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Code Analyzers Reusable StyleCop Nuget Package Library
[](https://ci.appveyor.com/project/kdcllc/bet-codeanalyzers/branch/master)
[](https://www.nuget.org/packages?q=Bet.CodeAnalyzers)

[](https://f.feedz.io/kdcllc/kdcllc/packages/Bet.CodeAnalyzers/latest/download)> The second letter in the Hebrew alphabet is the ב bet/beit. Its meaning is "house". In the ancient pictographic Hebrew it was a symbol resembling a tent on a landscape.
_Note: Pre-release packages are distributed via [feedz.io](https://f.feedz.io/kdcllc/bet-extensions/nuget/index.json)._
Re-usable 'ruleset' nuget package for Code Analyzers.## Hire me
Please send [email](mailto:kingdavidconsulting@gmail.com) if you consider to **hire me**.
[](https://www.buymeacoffee.com/vyve0og)
## Give a Star! :star:
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
## Intall
```bash
# analyzers and rules
dotnet add package Bet.CodeAnalyzers# default .editorconfig
dotnet add package Bet.EditorConfig
```Cached packages location `%USERPROFILE%\.nuget\packages\`.
## References
- [Shipping a cross-platform MSBuild task in a NuGet package](https://natemcmaster.com/blog/2017/07/05/msbuild-task-in-nuget/)