-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Change priority of re-execution handling and allow client to render NotFound
contents
#62178
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
Merged
ilonatommy
merged 31 commits into
dotnet:main
from
ilonatommy:fix-reexecution-priority-and-streaming-renering
Jun 16, 2025
Merged
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
599f846
Fix SSR non-streaming: rendering has higher priority than re-execution.
ilonatommy 842941e
Add tests: move component common for global and local interactivity t…
ilonatommy 079b66f
Missing build fixes for the previous commit.
ilonatommy 301efac
Enable `Router` to stream in the `NotFound` content.
ilonatommy e7ce5ba
Remove debugging delay.
ilonatommy a2bfccf
Merge branch 'main' into fix-reexecution-priority-and-streaming-renering
ilonatommy 526dbb1
Merge branch 'main' into fix-reexecution-priority-and-streaming-renering
ilonatommy b166369
Fix tests added with this PR.
ilonatommy 1704811
Refactor test.
ilonatommy 8184dd0
Fix enhanced navigation tests.
ilonatommy 707683f
Markers for: `Router`, `Found`, `RouteView`, `RoutedPage` are now pre…
ilonatommy 79c95e9
Client streams-in the NotFoundPage if it's provided to the Router.
ilonatommy 3dfd293
Merge branch 'main' into fix-reexecution-priority-and-streaming-renering
ilonatommy 82db52f
Update: client rendering the NotFoundPage if it's provided to the Rou…
ilonatommy a586b7f
Remove the streaming attribute.
ilonatommy 60995b7
Fix the parameters order.
ilonatommy 96287a4
unit test exception.
ilonatommy e8aab27
Remove not used code.
ilonatommy c6465d0
Fix POST rendering without disabling the "stop render" signal.
ilonatommy ab0d029
Unified SSR tests for POST and GET.
ilonatommy 3d20fa9
Remove comments, test on CI
ilonatommy 1caeaa6
Revert unnecessary changes.
ilonatommy fed0e5a
Clean up global interactivity tests.
ilonatommy 1c6f97d
Trying to fix "Failed to load resource"
ilonatommy 9d52115
Fix tests with custom not found page.
ilonatommy 41a186c
Update src/Components/test/testassets/Components.Shared/Index.razor
ilonatommy f7c6092
Feedback: neat POST detection and redundant awaits removal.
ilonatommy 29b5322
Use existing `TestContentPackage` as a shared project.
ilonatommy c0cee2f
Fix client navigation: always use enhanced nav for not found renderin…
ilonatommy 975e250
Remove test duplication: when server always requests a render with en…
ilonatommy 9a926ce
Use client redirect with url change when user dissbles enhanced navig…
ilonatommy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.