what I'm working on today:
upgrading microsoft.aspnetcore.openapi to support openapi 3.1
I hope to have failed tests down to 0 by the end of the day 🙃
#dotnet #aspnet
upgrading microsoft.aspnetcore.openapi to support openapi 3.1
I hope to have failed tests down to 0 by the end of the day 🙃
#dotnet #aspnet
Comments
As part of this upgrade, we're consuming a new major version of the OpenAPI.NET library.
Hoping to do this early in the.NET 10 so it gets more bake time!
Was able to remove a lot of the logic we have for resolving schema references in favor of what’s built-in now in Microsoft.OpenApi.
Next up is updating how nullable and polymorphic types get updated.
Now off to leg day…