PepperDash.Essentials.Analyzers 1.0.0-dev.9

This is a prerelease version of PepperDash.Essentials.Analyzers.
dotnet add package PepperDash.Essentials.Analyzers --version 1.0.0-dev.9
                    
NuGet\Install-Package PepperDash.Essentials.Analyzers -Version 1.0.0-dev.9
                    
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="PepperDash.Essentials.Analyzers" Version="1.0.0-dev.9">
  <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="PepperDash.Essentials.Analyzers" Version="1.0.0-dev.9" />
                    
Directory.Packages.props
<PackageReference Include="PepperDash.Essentials.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 PepperDash.Essentials.Analyzers --version 1.0.0-dev.9
                    
#r "nuget: PepperDash.Essentials.Analyzers, 1.0.0-dev.9"
                    
#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 PepperDash.Essentials.Analyzers@1.0.0-dev.9
                    
#: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=PepperDash.Essentials.Analyzers&version=1.0.0-dev.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PepperDash.Essentials.Analyzers&version=1.0.0-dev.9&prerelease
                    
Install as a Cake Tool

PepperDash.Essentials.Analyzers

Roslyn analyzers and source generators that enforce and streamline best practices when building PepperDash Essentials plugins.

Features

  • Diagnostics encouraging consistent framework version usage.
  • Automatic generation of EssentialsVersion.CurrentVersion (via source generator) reflecting the referenced Essentials assembly version.
  • Guidance to ensure plugin factories set required properties.

Installation

Add the package as a development dependency (PrivateAssets prevents transitively flowing to consumers):

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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-dev.9 190 9/11/2025
1.0.0-dev.8 175 9/11/2025
1.0.0-dev.6 173 9/11/2025
1.0.0-dev.5 179 9/10/2025
1.0.0-dev.4 179 9/10/2025