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

IdCategoryDescriptionSeverityCode Fix
OSA001UsageInterface is intended for internal use only.⚠️
OSA002PerformanceAvoid constructor instantiation having only null type, or no arguments.ℹ️✔️
OSA003UsageOne or more of the supplied argument types for SpaceTuple or SpaceTemplate is not supported.✔️
OSA004PerformancePrefer using specialized over generic type.ℹ️✔️