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

[Blazor] Fix static file handling so that it special cases modules.json (6.0) #18949

Closed

Conversation

javiercn
Copy link
Member

blazor.modules.json from the build wasn't being picked up because the framework ships a built-in fallback version in case no file is present.

The existing logic always returned the fallback as it was checked first.

I've updated the logic to special case blazor.modules.json and check first, otherwise use the fallback as before.

@javiercn javiercn requested a review from a team as a code owner November 22, 2023 13:09
@javiercn javiercn changed the title [Blazor] Fix static file handling so that it special cases modules.json [Blazor] Fix static file handling so that it special cases modules.json (6.0) Nov 22, 2023
@rmarinho
Copy link
Member

we aren't doing releases for net6.

@rmarinho rmarinho closed this Nov 22, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants