ExtraDry.Analyzers
0.8.13
dotnet add package ExtraDry.Analyzers --version 0.8.13
NuGet\Install-Package ExtraDry.Analyzers -Version 0.8.13
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.13"> <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 ExtraDry.Analyzers --version 0.8.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ExtraDry.Analyzers, 0.8.13"
#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 ExtraDry.Analyzers as a Cake Addin #addin nuget:?package=ExtraDry.Analyzers&version=0.8.13 // Install ExtraDry.Analyzers as a Cake Tool #tool nuget:?package=ExtraDry.Analyzers&version=0.8.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:
- Install the "Visual Studio Extension Development" workload in Visual Studio Installer (
visualstudio2019-workload-visualstudioextension
) - Reda a tutorial to understand capabilities, e.g. https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix
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\
)
- Install the NuGet command line (e.g.
- 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.13 | 137 | 9/13/2024 |
0.8.12-beta | 89 | 9/13/2024 |
0.8.9 | 99 | 9/12/2024 |
0.8.8-beta | 82 | 9/12/2024 |
0.8.5-beta | 91 | 9/12/2024 |
0.2.11 | 577 | 9/17/2021 |
Summary of changes made in this release of the package.