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
Fix OpenAPI server URLs for Aspire scenarios (#60673)
* Support resolving OpenAPI server URLs from HttpRequest (#60617)
* Support resolving OpenAPI server URLs from HttpRequest
* Try passing optional params everywhere
* Fix up handling for forwarded headers
* Revert "Fix up handling for forwarded headers"
This reverts commit bf991f6.
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Services/OpenApiDocumentService/OpenApiDocumentServiceTests.Servers.cs
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
// Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
0 commit comments