Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
After moving to .NET7, I found a problem, that occures, when YARP is part of the application.
Since it seems to be somewhere between YARP, ASP.Net core and .NET7, I like to bring it to your attention here.
It makes using NET7 for use-cases with BFF driven by YARP "difficult" and ends up in lots of these:
AmbiguousMatchException: The request matched multiple endpoints. Matches:
/Index
/Index
/Index
Heres the Issue with repro dotnet/yarp#1864
Expected Behavior
I'd expext YARP not to break by upgrading from .NET6 to .NET7
Steps To Reproduce
https://github.com/glatzert/YARPBug
Exceptions (if any)
No response
.NET Version
7.0.100-rc.1.22431.12
Anything else?
No response