Chickensoft.AutoInject.Analyzers 2.10.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Chickensoft.AutoInject.Analyzers --version 2.10.2
                    
NuGet\Install-Package Chickensoft.AutoInject.Analyzers -Version 2.10.2
                    
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="Chickensoft.AutoInject.Analyzers" Version="2.10.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Chickensoft.AutoInject.Analyzers" Version="2.10.2" />
                    
Directory.Packages.props
<PackageReference Include="Chickensoft.AutoInject.Analyzers" />
                    
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 Chickensoft.AutoInject.Analyzers --version 2.10.2
                    
#r "nuget: Chickensoft.AutoInject.Analyzers, 2.10.2"
                    
#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 Chickensoft.AutoInject.Analyzers@2.10.2
                    
#: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=Chickensoft.AutoInject.Analyzers&version=2.10.2
                    
Install as a Cake Addin
#tool nuget:?package=Chickensoft.AutoInject.Analyzers&version=2.10.2
                    
Install as a Cake Tool

AutoInject Analyzers

Roslyn analyzers providing diagnostics and code fixes for common issues using Chickensoft.AutoInject in Godot node scripts.

Current diagnostics and fixes:

  • Missing override of void _Notification(int what)
  • Missing call to this.Notify()
  • Missing call to this.Provide() for nodes implementing IProvider
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
2.10.3 0 2/13/2026
2.10.2 4 2/13/2026
2.10.1 25 2/12/2026
2.10.0 39 2/12/2026
2.9.23 129 1/27/2026
2.9.22 84 1/26/2026
2.9.21 130 1/15/2026
2.9.20 89 1/15/2026
2.9.19 99 1/14/2026
2.9.18 91 1/13/2026
2.9.17 763 12/3/2025
2.9.16 672 12/2/2025
2.9.15 193 11/27/2025
2.9.14 185 11/27/2025
2.9.13 360 11/21/2025
2.9.12 401 11/20/2025
2.9.11 408 11/19/2025
2.9.10 413 11/19/2025
2.9.9 418 11/19/2025
2.9.8 322 11/14/2025
Loading failed

AutoInject Analyzers release.