Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Blazor Server with Yarp 8.0 #30889

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/migration/70-80.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Updated configuration guidance appears in the following locations:

### Drop Blazor Server with Yarp routing workaround

If you previously followed the guidance in <xref:migration/inc/blazor?view=aspnetcore-7.0&preserve-view=true> for migration .NET 6 or .NET 7, you can reverse the workaround steps that you took when following the article when you adopt .NET 8. Routing and deep linking for Blazor Server with Yarp work correctly in .NET 8.
If you previously followed the guidance in <xref:migration/inc/blazor?view=aspnetcore-7.0&preserve-view=true> for migrating a Blazor Server app with Yarp to .NET 6 or .NET 7, you can reverse the workaround steps that you took when following the article's guidance. Routing and deep linking for Blazor Server with Yarp work correctly in .NET 8.

## Update Docker images

Expand Down