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
This is a relatively impactful bug that we're fixing with an opt-in switch in an upcoming patch. Once this is gone out in servicing we should document the switch prominently.
This should go in the 3.1 version of the main routing doc where catch all routes are discussed, as well as in the 2.2->3.X migration docs. Users porting an app from 2.1->3.1 have a high potential to be broken if they make use of catch all routes in some specialized ways.
This bug is already fixed in 5.0, so we don't need to document the workaround there.
@rynowak Next time Can you create an issue from the doc page? That will connect the doc to the issue. Go to the bottom of the page and select This page .
Uh oh!
There was an error while loading. Please reload this page.
See: dotnet/aspnetcore#21114
This is a relatively impactful bug that we're fixing with an opt-in switch in an upcoming patch. Once this is gone out in servicing we should document the switch prominently.
This should go in the 3.1 version of the main routing doc where catch all routes are discussed, as well as in the 2.2->3.X migration docs. Users porting an app from 2.1->3.1 have a high potential to be broken if they make use of catch all routes in some specialized ways.
This bug is already fixed in 5.0, so we don't need to document the workaround there.
The fix looks like:
Put this in Program.Main as the first statement.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: