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

Fix issue with getting a 404 for blazor.server.js #1627

Merged
1 commit merged into from
Nov 20, 2023

Conversation

normj
Copy link
Member

@normj normj commented Nov 20, 2023

Issue #, if available:
#1625

Description of changes:
With the creating the .NET 8 version of the test tool there was a breaking behavior in Blazor in how it static files were were handled to return turn the _framework/blazor.server.js. In the process of diagnosing this error some debugging code was introduced for .NET 6 and the fix was added in a conditional block just for .NET 8. The debugging code was left in the .NET 6 condition cause the tool to break not return _framework/blazor.server.js. This PR restores the original behavior.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@normj normj closed this pull request by merging all changes into dev in c3239d6 Nov 20, 2023
@normj normj deleted the normj/testtool-bugfix-2023-11-20 branch November 20, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants