ExtraDry.Analyzers 0.8.19

dotnet add package ExtraDry.Analyzers --version 0.8.19
                    
NuGet\Install-Package ExtraDry.Analyzers -Version 0.8.19
                    
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="ExtraDry.Analyzers" Version="0.8.19">
  <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="ExtraDry.Analyzers" Version="0.8.19" />
                    
Directory.Packages.props
<PackageReference Include="ExtraDry.Analyzers">
  <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 ExtraDry.Analyzers --version 0.8.19
                    
#r "nuget: ExtraDry.Analyzers, 0.8.19"
                    
#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.
#addin nuget:?package=ExtraDry.Analyzers&version=0.8.19
                    
Install ExtraDry.Analyzers as a Cake Addin
#tool nuget:?package=ExtraDry.Analyzers&version=0.8.19
                    
Install ExtraDry.Analyzers as a Cake Tool

Extra Dry Analyzers

Opinionated rules for building RESTful web services and Blazor SPA apps using the Extra Dry framework.

Setup

To get the full benefits of this solution:

Testing

To test locally, use either the VSIX project to launch and debug or publish the Nuget package locally.

To work with the NuGet package:

  • One time setup:
    • Install the NuGet command line (e.g. choco install nuget.commandline)
    • Add the directory for local package to the Visual Studio Package Options ($env:USERPROFILE\Repos\Nuget\)
  • After building the project, publish using publish-local.ps1 script
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
0.8.19 384 3/20/2025
0.8.17 658 2/7/2025
0.8.15 90 2/7/2025
0.8.13 402 9/13/2024
0.8.12-beta 102 9/13/2024
0.8.9 138 9/12/2024
0.8.8-beta 95 9/12/2024
0.8.5-beta 104 9/12/2024
0.2.11 607 9/17/2021

Summary of changes made in this release of the package.