You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For scenarios where people provide an explicit schema definition in their WithOpenApi call, we should merge or favor that definition over the one generated by default.
Typical scenario is people wanting to fix incorrectly produced schema for types like Stream and Guid.
The text was updated successfully, but these errors were encountered:
Related to dotnet/aspnetcore#45265 and dotnet/aspnetcore#45307
For scenarios where people provide an explicit schema definition in their
WithOpenApi
call, we should merge or favor that definition over the one generated by default.Typical scenario is people wanting to fix incorrectly produced schema for types like
Stream
andGuid
.The text was updated successfully, but these errors were encountered: