SoloX.CodeQuality.Prod 2.3.5

dotnet add package SoloX.CodeQuality.Prod --version 2.3.5
                    
NuGet\Install-Package SoloX.CodeQuality.Prod -Version 2.3.5
                    
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="SoloX.CodeQuality.Prod" Version="2.3.5">
  <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.
<PackageVersion Include="SoloX.CodeQuality.Prod" Version="2.3.5" />
                    
Directory.Packages.props
<PackageReference Include="SoloX.CodeQuality.Prod">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SoloX.CodeQuality.Prod --version 2.3.5
                    
#r "nuget: SoloX.CodeQuality.Prod, 2.3.5"
                    
#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.
#:package SoloX.CodeQuality.Prod@2.3.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SoloX.CodeQuality.Prod&version=2.3.5
                    
Install as a Cake Addin
#tool nuget:?package=SoloX.CodeQuality.Prod&version=2.3.5
                    
Install as a Cake Tool

Setup coding style and analysis for production projects (using NetAlalyzers and CodeStyle).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SoloX.CodeQuality.Prod:

Package Downloads
SoloX.ActionDispatch.State.Generator

SoloX.ActionDispatch.State.Generator provides the tools to generate state implementation classes.

SoloX.ActionDispatch.Core

SoloX.ActionDispatch.Core provides a c# dispatcher to process actions on an application state.

SoloX.ActionDispatch.Tools

SoloX.ActionDispatch.Tools provides the dotnet cli tools to generate state implementation classes.

SoloX.BlazorHeartbeat

SoloX.BlazorHeartbeat provides a Heartbeat component to maintain the SignalR connection.

SoloX.ActionDispatch.Json

SoloX.ActionDispatch.Json provides the action and state Newtonsoft Json converter.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.5 178 5/18/2025
2.3.4 222 5/14/2025
2.3.3 180 4/27/2025
2.3.2 323 2/1/2025
2.3.1 167 12/10/2024
2.3.0 124 11/23/2024
2.3.0-beta.1 81 11/20/2024
2.2.2 271 10/13/2024
2.2.1 124 10/6/2024
2.2.0 119 10/1/2024
2.1.0 1,474 1/14/2024
2.0.16 4,108 12/15/2022
2.0.15 396 12/13/2022
2.0.14 394 12/7/2022
2.0.13 437 12/4/2022
2.0.12 438 11/28/2022
2.0.11 424 11/24/2022
2.0.10 603 11/1/2022
2.0.9 441 11/1/2022
2.0.8 1,312 10/14/2021
2.0.7 479 8/26/2021
2.0.6 475 8/3/2021
2.0.5 556 5/12/2021
2.0.4 910 3/21/2021
2.0.3 4,262 3/9/2021
2.0.2 461 3/9/2021
2.0.1 503 3/7/2021
2.0.0 495 3/4/2021
1.0.10 722 12/4/2019
1.0.9 653 11/26/2019
1.0.8 582 11/26/2019
1.0.7 669 11/26/2019
1.0.6 740 10/7/2019
1.0.5 665 10/2/2019
1.0.4 660 9/22/2019
1.0.3 675 9/13/2019
1.0.2 709 8/13/2019
1.0.1 670 8/11/2019
1.0.0 818 4/29/2019
1.0.0-rc.5 393 4/25/2019
1.0.0-rc.4 414 3/28/2019
1.0.0-rc.3 388 3/28/2019
1.0.0-rc.2 393 2/27/2019
1.0.0-rc.1 447 2/10/2019

- Setup coding style and analysis.