Skip to content

Commit 4758fd9

Browse files
authored
WN .NET 10 Prev3: Add OpenAPI to webapiaot (#35192)
* WN .NET 10 Prev3: Add OpenAPI to webapiaot * H2 change
1 parent a8f21ec commit 4758fd9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This section describes new features for OpenAPI.
4949

5050
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/OpenApiNetV2Prev7.md)]
5151

52+
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/webapiaotTemplateAddedOpenAPI.md)]
53+
5254
## Authentication and authorization
5355

5456
This section describes new features for authentication and authorization.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### Add Microsoft.AspNetCore.OpenApi to the webapiaot template
1+
### Microsoft.AspNetCore.OpenApi added to the ASP.NET Core web API (Native AOT) template
22

3-
Support for OpenAPI document generation with the Microsoft.AspNetCore.OpenApi packagte is now included by default in the webapiaot project template. This support can be disabled if desired by using the `--no-openapi` flag when creating a new project.
3+
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`](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi) package by default. This support is disabled by using the `--no-openapi` flag when creating a new project.
44

55
This was a community contribution by @sander1095. Thanks for this contribution!

0 commit comments

Comments
 (0)