Mediator.Switch.SourceGenerator 3.2.0

dotnet add package Mediator.Switch.SourceGenerator --version 3.2.0
                    
NuGet\Install-Package Mediator.Switch.SourceGenerator -Version 3.2.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="Mediator.Switch.SourceGenerator" Version="3.2.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="Mediator.Switch.SourceGenerator" Version="3.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Mediator.Switch.SourceGenerator">
  <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 Mediator.Switch.SourceGenerator --version 3.2.0
                    
#r "nuget: Mediator.Switch.SourceGenerator, 3.2.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 Mediator.Switch.SourceGenerator@3.2.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=Mediator.Switch.SourceGenerator&version=3.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Mediator.Switch.SourceGenerator&version=3.2.0
                    
Install as a Cake Tool

A Mediator implementation using source generated C# switch expressions for handler dispatch enabling faster execution, improved startup times, step-into debuggability, and compile-time safety.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Mediator.Switch.SourceGenerator:

Repository Stars
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
Version Downloads Last Updated
3.2.0 1,668 3/30/2026
3.1.0 1,441 3/7/2026
3.0.0 511 1/6/2026
2.2.0 116 1/6/2026
2.2.0-preview1 111 1/6/2026
2.1.1 124 1/6/2026
2.1.0 270 12/24/2025
2.0.0 192 12/24/2025
1.18.0 260 12/23/2025
1.17.0 390 5/12/2025
1.16.1 192 5/11/2025
1.16.0 188 5/11/2025
1.15.0 131 5/10/2025
1.14.0 131 5/10/2025
1.13.1 209 4/30/2025
1.13.0 215 4/28/2025
1.12.1 216 4/23/2025
1.12.0 214 4/22/2025
1.11.0 218 4/21/2025
1.10.1 216 4/21/2025
Loading failed