My demos for my OpenAPI in .NET talk.
Run dotnet publish -r win-x64 /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true to generate the pre-built assets
| Demo | URL |
|---|---|
| .NET 8 | http://localhost:5300 |
| .NET 10 (Controllers) | http://localhost:5301 |
| .NET 10 (Minimal API) | http://localhost:5302 |
| AOT | http://localhost:5303 |
| ---------------------- | ---------------------- |
| Build-Time Generation | http://localhost:5304 |
| Customizing OpenAPI | http://localhost:5305 |