Rhinobyte.CodeAnalysis.NetAnalyzers 1.0.0-beta.3

This is a prerelease version of Rhinobyte.CodeAnalysis.NetAnalyzers.
dotnet add package Rhinobyte.CodeAnalysis.NetAnalyzers --version 1.0.0-beta.3
NuGet\Install-Package Rhinobyte.CodeAnalysis.NetAnalyzers -Version 1.0.0-beta.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rhinobyte.CodeAnalysis.NetAnalyzers" Version="1.0.0-beta.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rhinobyte.CodeAnalysis.NetAnalyzers --version 1.0.0-beta.3
#r "nuget: Rhinobyte.CodeAnalysis.NetAnalyzers, 1.0.0-beta.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rhinobyte.CodeAnalysis.NetAnalyzers as a Cake Addin
#addin nuget:?package=Rhinobyte.CodeAnalysis.NetAnalyzers&version=1.0.0-beta.3&prerelease

// Install Rhinobyte.CodeAnalysis.NetAnalyzers as a Cake Tool
#tool nuget:?package=Rhinobyte.CodeAnalysis.NetAnalyzers&version=1.0.0-beta.3&prerelease

Rhinobyte.CodeAnalysis.NetAnalyzers

NuGet version (Rhinobyte.CodeAnalysis.NetAnalyzers)

This library contains some custom static code analzyer and code fix providers for .NET

Release 1.0.0.0-beta.3

New Rules

Rule ID Category Severity Notes
RBCS0001 Maintainability Info MembersOrderedCorrectlyAnalyzer, RBCS0001 Documentation
RBCS0002 Maintainability Info MembersOrderedCorrectlyAnalyzer, RBCS0002 Documentation
RBCS0003 Maintainability Info MembersOrderedCorrectlyAnalyzer, RBCS0003 Documentation
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta.3 118 5/21/2022
1.0.0-beta.2 108 5/21/2022
1.0.0-beta.1 113 5/16/2022

v1.0.0-beta.3
           - Fixed the url used in the analzyer rule help links to point to the https://github.com/RhinobyteSoftware/dotnet-tools/blob/main/docs/codeanalysis/rules/ folder
           - Updated the README.md that is included in the package to include the list of rules from the AnalyzerReleases.Shipped.md file and to use absolute urls for the rule docs pointed at the github repo

           v1.0.0-beta.2
           - Updated the MembersOrderedCorrectly analyzer and code fix provider to support configuration via .editorconfig properties
           - Added new rule RBCS0003: Member assignments in an object initializer are ordered correctly

           v1.0.0-beta.1
           - Added new MembersOrderedCorrectlyAnalyzer and MembersOrderedCorrectlyAnalyzerCodeFixProvider
             with rules RBCS0001: Type members should be ordered by group and RBCS0002: Type members within the same group should be ordered correctly