Installation
September 9, 2023 · View on GitHub
Installation is performed via NuGet
From Package Manager:
PS> Install-Package OrleanSpaces.Analyzers
.Net CLI:
# dotnet add package OrleanSpaces.Analyzers
Paket:
# paket add OrleanSpaces.Analyzers
Rules
| Id | Category | Description | Severity | Code Fix |
|---|---|---|---|---|
| OSA001 | Usage | Interface is intended for internal use only. | ⚠️ | ❌ |
| OSA002 | Performance | Avoid constructor instantiation having only null type, or no arguments. | ℹ️ | ✔️ |
| OSA003 | Usage | One or more of the supplied argument types for SpaceTuple or SpaceTemplate is not supported. | ⛔ | ✔️ |
| OSA004 | Performance | Prefer using specialized over generic type. | ℹ️ | ✔️ |