An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Code Analyzers Reusable StyleCop Nuget Package Library

[![Build status](https://ci.appveyor.com/api/projects/status/ywdhk854tdo6ne1s/branch/master?svg=true)](https://ci.appveyor.com/project/kdcllc/bet-codeanalyzers/branch/master)
[![NuGet](https://img.shields.io/nuget/v/Bet.CodeAnalyzers.svg)](https://www.nuget.org/packages?q=Bet.CodeAnalyzers)
![Nuget](https://img.shields.io/nuget/dt/Bet.CodeAnalyzers)
[![feedz.io](https://img.shields.io/badge/endpoint.svg?url=https://f.feedz.io/kdcllc/kdcllc/shield/Bet.CodeAnalyzers/latest)](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**.

[![buymeacoffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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/)