uController.SourceGenerator 0.2.1-alpha.ge614ad6edd

This is a prerelease version of uController.SourceGenerator.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package uController.SourceGenerator --version 0.2.1-alpha.ge614ad6edd
NuGet\Install-Package uController.SourceGenerator -Version 0.2.1-alpha.ge614ad6edd
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="uController.SourceGenerator" Version="0.2.1-alpha.ge614ad6edd" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uController.SourceGenerator --version 0.2.1-alpha.ge614ad6edd
#r "nuget: uController.SourceGenerator, 0.2.1-alpha.ge614ad6edd"
#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.
// Install uController.SourceGenerator as a Cake Addin
#addin nuget:?package=uController.SourceGenerator&version=0.2.1-alpha.ge614ad6edd&prerelease

// Install uController.SourceGenerator as a Cake Tool
#tool nuget:?package=uController.SourceGenerator&version=0.2.1-alpha.ge614ad6edd&prerelease

Source generators for minimal APIs

The source generator will build extremely efficient code (what you would have hand written yourself) for invoking your handler methods!

Using CI Builds

To use CI builds add the following nuget feed:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <clear />
        <add key="ucontroller" value="https://f.feedz.io/davidfowl/ucontroller/nuget/index.json" />
        <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
    </packageSources>
</configuration>

See the list of versions

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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.2.3-alpha.g86fe16e634 154 11/14/2022
0.2.1-alpha.ge614ad6edd 95 11/11/2022
0.1.126-alpha.g78b73b2b99 94 11/9/2022