AStarDev.SourceGenerators 0.1.10

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

Source generators and supporting attribute types for AStar.Dev projects.

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.1.14 172 8/9/2026
0.1.13 125 8/7/2026
0.1.12 118 8/7/2026
0.1.11 85 8/7/2026
0.1.10 117 8/7/2026
0.1.9 76 8/7/2026
0.1.8 85 8/7/2026
0.1.0 110 8/7/2026

v0.1.10 - Fix framework compatibility: empty dependency group for all-frameworks support.
v0.1.9 - Framework compatibility fix attempt (published with restrictions).
v0.1.8 - Fix NuGet package structure: include analyzer and Attributes DLLs.
v0.1.7 - Fix AutoRegisterServiceAttribute detection.
v0.1.6 - Fix build and packaging issues.