davidfowl / uController

A source generator for minimal APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source generator for minimal APIs

This source generator should make your ASP.NET Core minimal API application trim and AOT friendly.

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

About

A source generator for minimal APIs


Languages

Language:C# 100.0%