BotForge.Analyzers 1.0.0

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

BotForge.Analyzers (Meta Package)

NuGet meta-package that ships BotForge analyzers and code fixes as a development-time dependency.

Installation

  • dotnet add package BotForge.Analyzers

Notes

  • Marked as DevelopmentDependency; analyzers run during build/IDE, no runtime impact.
  • No changes required in your code; diagnostics and fixes appear automatically.

See src/BotForge.Analyzers/README.md for rules and details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BotForge.Analyzers:

Package Downloads
BotForge.Modules

Package that adds modules system for automatic state generation for BotForge framework. Also it adds a role model to authenticate users.

BotForge.Telegram

An infrastructure package that allows you to simply create Telegram bots using BotForge framework. It includes the most common BotForge packages set to begin making bot apps.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 123 12/29/2025

Initial pre-release