NXTest.Generators 0.3.0

dotnet add package NXTest.Generators --version 0.3.0
                    
NuGet\Install-Package NXTest.Generators -Version 0.3.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="NXTest.Generators" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NXTest.Generators" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="NXTest.Generators" />
                    
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 NXTest.Generators --version 0.3.0
                    
#r "nuget: NXTest.Generators, 0.3.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 NXTest.Generators@0.3.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=NXTest.Generators&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=NXTest.Generators&version=0.3.0
                    
Install as a Cake Tool

NXTest.Generators

The C# source generator for the NXTest testing framework.

At compile time it discovers methods marked with [Fact] and [Theory], then generates strongly-typed test metadata and a NXTest.Generated.TestRegistry used to run the tests — no runtime reflection required.

Reference it as an analyzer:

<PackageReference Include="NXTest.Generators" PrivateAssets="all"
                  IncludeAssets="runtime; build; native; contentfiles; analyzers" />

Most users should install the NXTest meta-package, which wires this up automatically.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NXTest.Generators:

Package Downloads
NXTest

Meta-package that pulls in all NXTest packages (Core, Runtime, and source generators) for a complete testing framework experience.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 156 7/25/2026
0.2.0 125 7/22/2026
0.1.4 163 7/17/2026
0.1.3 118 7/17/2026
0.1.2 133 7/8/2026
0.1.1 130 7/8/2026
0.1.0 114 7/7/2026