Eternet.Mediator.Generator 3.1.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Eternet.Mediator.Generator --version 3.1.1
                    
NuGet\Install-Package Eternet.Mediator.Generator -Version 3.1.1
                    
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.1.1">
  <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.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Eternet.Mediator.Generator">
  <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 Eternet.Mediator.Generator --version 3.1.1
                    
#r "nuget: Eternet.Mediator.Generator, 3.1.1"
                    
#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.1.1
                    
#: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.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Eternet.Mediator.Generator&version=3.1.1
                    
Install as a Cake Tool

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 GeneratedBindingRuntime and GeneratedPipelineRuntime.
  • request.StepsResults is the supported developer-facing result model.
  • Applications or tests that still depend on public ScopedStates-based generated output must stay on 2.x until 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 57 4/6/2026
3.1.1 62 4/5/2026
3.1.0 51 4/5/2026
3.0.0 56 4/5/2026
2.1.0 54 4/4/2026
2.0.15 48 4/4/2026
2.0.14 54 4/4/2026
2.0.13 57 4/3/2026
2.0.12 51 4/3/2026
2.0.11 60 4/2/2026
2.0.10 51 4/2/2026
2.0.9 90 4/1/2026
2.0.8 103 3/31/2026
2.0.7 92 3/27/2026
2.0.6 119 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

Generated relational bridges now align request semantics with aggregate-root update lanes.