Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 637 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 637 Bytes

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