Skip to content

Allow DefaultPageLoader.LoadAsync to work with CompiledPageActionDesriptor #35325

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
merged 1 commit into from
Aug 13, 2021

Conversation

pranavkm
Copy link
Contributor

With a fallback page, DefaultPageLoader might observe a mix of PageActionDescriptor
and CompiledPageActionDescriptor instances. Currently encountering the latter results in an exception.

Fixes #35060

…riptor

With a fallback page, DefaultPageLoader might observe a mix of PageActionDescriptor
and CompiledPageActionDescriptor instances. Currently encountering the latter results in an exception.

Fixes #35060
@pranavkm pranavkm requested a review from javiercn as a code owner August 13, 2021 06:08
@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Aug 13, 2021
@pranavkm pranavkm requested a review from davidfowl August 13, 2021 06:08
@pranavkm pranavkm merged commit 4076bad into main Aug 13, 2021
@pranavkm pranavkm deleted the prkrishn/fix-runtime-compilaiton branch August 13, 2021 22:07
@ghost ghost added this to the 6.0-rc1 milestone Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Preview6] AddRazorRuntimeCompilation does not work in Blazor Server.
2 participants