Eternet.Mediator.Generator
3.0.0
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Eternet.Mediator.Generator --version 3.0.0
NuGet\Install-Package Eternet.Mediator.Generator -Version 3.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="Eternet.Mediator.Generator" Version="3.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="Eternet.Mediator.Generator" Version="3.0.0" />
<PackageReference Include="Eternet.Mediator.Generator"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 Eternet.Mediator.Generator --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Eternet.Mediator.Generator, 3.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 Eternet.Mediator.Generator@3.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=Eternet.Mediator.Generator&version=3.0.0
#tool nuget:?package=Eternet.Mediator.Generator&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Eternet.Mediator.Generator
Source generator package for production pipeline execution in Eternet.Mediator.
Installation
dotnet add package Eternet.Mediator.Generator
Use it as an analyzer/source-generator package in projects that generate mediator pipelines.
Breaking Changes in 3.0.0
Eternet.Mediator.Generator 3.0.0 emits code against the new generated runtime facade.
- Generated executors no longer declare or pass
ScopedStates. - Generated code uses
GeneratedBindingRuntimeandGeneratedPipelineRuntime. request.StepsResultsis the supported developer-facing result model.- Applications or tests that still depend on public
ScopedStates-based generated output must stay on2.xuntil migrated.
Migration guide:
../docs/scoped-states-breaking-change-v3.md
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 |
|---|---|---|
| 3.1.2 | 73 | 4/6/2026 |
| 3.1.1 | 73 | 4/5/2026 |
| 3.1.0 | 62 | 4/5/2026 |
| 3.0.0 | 67 | 4/5/2026 |
| 2.1.0 | 65 | 4/4/2026 |
| 2.0.15 | 59 | 4/4/2026 |
| 2.0.14 | 65 | 4/4/2026 |
| 2.0.13 | 67 | 4/3/2026 |
| 2.0.12 | 61 | 4/3/2026 |
| 2.0.11 | 70 | 4/2/2026 |
| 2.0.10 | 61 | 4/2/2026 |
| 2.0.9 | 90 | 4/1/2026 |
| 2.0.8 | 104 | 3/31/2026 |
| 2.0.7 | 92 | 3/27/2026 |
| 2.0.6 | 122 | 3/21/2026 |
| 2.0.5 | 89 | 3/21/2026 |
| 2.0.4 | 82 | 3/20/2026 |
| 2.0.3 | 77 | 3/20/2026 |
| 2.0.2 | 86 | 3/20/2026 |
| 2.0.1 | 106 | 3/18/2026 |
Loading failed