![]() |
VOOZH | about |
dotnet add package Neolution.CodeAnalysis --version 3.2.2
NuGet\Install-Package Neolution.CodeAnalysis -Version 3.2.2
<PackageReference Include="Neolution.CodeAnalysis" Version="3.2.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageVersion Include="Neolution.CodeAnalysis" Version="3.2.2" />Directory.Packages.props
<PackageReference Include="Neolution.CodeAnalysis"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>Project file
paket add Neolution.CodeAnalysis --version 3.2.2
#r "nuget: Neolution.CodeAnalysis, 3.2.2"
#:package Neolution.CodeAnalysis@3.2.2
#addin nuget:?package=Neolution.CodeAnalysis&version=3.2.2Install as a Cake Addin
#tool nuget:?package=Neolution.CodeAnalysis&version=3.2.2Install as a Cake Tool
We maintain two (opinionated) rulesets for all our projects and distribute them, including 3rd-party Roslyn Analyzers (StyleCop and SonarSource) in two respective NuGet packages.
The base ruleset consists of the default ruleset of the Roslyn Analyzers we include in the NuGet package and those used in our build tools.
Debug, warnings will be converted to errors.Given a version number MAJOR.MINOR.PATCH, an incremented number for:
MAJOR version means there are incompatible changes with the previous version,MINOR version means functionality and rules were added, andPATCH version means that the changes are all completely backwards compatible. Usually when rules were lowered in severity or disabled/removed.PATCH version whenever you have the chance to do it, it should never break the build.MINOR version can break the build and may require minor refactorings. But you can expect to have Roslyn code fixes and/or documentation available for the changes that are needed to fix the build.MAJOR updates will break your build and may require major refactorings.Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on Neolution.CodeAnalysis:
| Repository | Stars |
|---|---|
|
TiCodeX/SQLSchemaCompare
TiCodeX SQL Schema Compare
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.3.0-beta.2 | 21,825 | 6/13/2025 |
| 3.3.0-beta.1 | 584 | 6/10/2025 |
| 3.3.0-beta.0 | 1,931 | 6/4/2025 |
| 3.3.0-alpha.1 | 469 | 6/4/2025 |
| 3.3.0-alpha.0 | 429 | 10/11/2024 |
| 3.2.2 | 25,576 | 9/18/2025 |
| 3.2.1 | 115,616 | 11/18/2024 |
| 3.2.0 | 5,020 | 10/11/2024 |
| 3.2.0-alpha.3 | 418 | 10/7/2024 |
| 3.2.0-alpha.2 | 561 | 10/1/2024 |
| 3.2.0-alpha.1 | 406 | 10/1/2024 |
| 3.2.0-alpha.0 | 414 | 10/1/2024 |
| 3.1.2 | 4,094 | 10/3/2024 |
| 3.1.1 | 4,071 | 9/20/2024 |
| 3.1.1-alpha.0 | 408 | 9/20/2024 |
| 3.1.0 | 538 | 9/19/2024 |
| 3.1.0-beta.1 | 1,294 | 4/3/2024 |
| 3.1.0-beta.0 | 2,069 | 2/12/2024 |
| 3.0.5 | 79,293 | 9/28/2023 |
| 3.0.4 | 472 | 9/27/2023 |
See CHANGELOG.md for release notes and version history.