Skip to content

Commit f5998cb

Browse files
authored
WN: 10 Prev 7: Microsoft.OpenAPI breaking change (#35942)
* WN: 10 Prev 7: Microsoft.OpenAPI breaking change
1 parent 635c07b commit f5998cb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: Learn about the new features in ASP.NET Core in .NET 10.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 8/11/2025
7+
ms.date: 08/13/2025
88
uid: aspnetcore-10
99
---
1010
# What's new in ASP.NET Core in .NET 10

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

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
### Upgrade Microsoft.OpenApi to 2.0.0
22

3-
The [`Microsoft.OpenApi`](https://www.nuget.org/packages/Microsoft.OpenApi/) library used for OpenAPI document generation in ASP.NET Core has been upgraded to version 2.0.0 (GA).
4-
With this update to the GA version, no further breaking changes are expected in OpenAPI document generation.
3+
The [`Microsoft.OpenApi`](https://www.nuget.org/packages/Microsoft.OpenApi/) library used for OpenAPI document generation in ASP.NET Core has been upgraded to version 2.0.0 (GA).
4+
5+
#### Breaking changes in 2.0.0
6+
7+
The following breaking changes were introduced in the preview releases and remain in the GA version. These primarily affect users who implement document, operation, or schema transformers:
8+
9+
* [Ephemeral object properties are now in Metadata](https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-2.md#ephemeral-object-properties-are-now-in-metadata)
10+
* [Use HTTP Method Object Instead of Enum](https://github.com/microsoft/OpenAPI.NET/blob/main/docs/upgrade-guide-2.md#use-http-method-object-instead-of-enum)
11+
12+
With the update to the GA version, no further breaking changes are expected in OpenAPI document generation.

0 commit comments

Comments
 (0)