Back to Aspnetcore

WebapiaotTemplateAddedOpenAPI

aspnetcore/release-notes/aspnetcore-10/includes/webapiaotTemplateAddedOpenAPI.md

latest596 B
Original Source

Microsoft.AspNetCore.OpenApi added to the ASP.NET Core web API (Native AOT) template

The ASP.NET Core Web API (Native AOT) project template (short name webapiaot) now includes support for OpenAPI document generation using the Microsoft.AspNetCore.OpenApi package by default. This support is disabled by using the --no-openapi flag when creating a new project.

Community contribution (dotnet/aspnetcore #60337) by Sander ten Brinke.