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
Change OpenAPI document name resolution to be case-insensitive (#59199)
* Fix analyser error
* Wrote unit test to verify when bug is fixed
* Register document names in a case-insensitive manner
* Change OpenAPI document name resolution to be case-insensitive
* Restore AddOpenApiCore to its own method
* Fix typo in extension method
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Extensions/OpenApiEndpointRouteBuilderExtensionsTests.cs
+28-4
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public async Task MapOpenApi_ReturnsRenderedDocument()
0 commit comments