-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot hit breakpoint when Blazor wasm project path contains special characters #76777
Comments
Tagging subscribers to this area: @thaystg Issue DetailsIs there an existing issue for this?
Describe the bugThis problem occurs when the created project path contains the # character Expected BehaviorHit breakpoint Steps To ReproduceCreate a Blazor WASM project with the # character in the project path Exceptions (if any)No response .NET Version6.0.400 Anything else?
|
@lewing this is fixed on .net7, do we want to backport? |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs there an existing issue for this?
Describe the bugThis problem occurs when the created project path contains the # character Expected BehaviorHit breakpoint Steps To ReproduceCreate a Blazor WASM project with the # character in the project path Exceptions (if any)No response .NET Version6.0.400 Anything else?
|
I just upgraded my WASM-project to .net 7 and now I cannot hit breakpoints if there are special characters in the path. Doesnt seem fixed, it worked in .net 6. See attached image, if I set a breakpoint I get a blank page and I can see weird characters when I hover the path. Note: we use swedish characters throughout the codebase. |
Is there an existing issue for this?
Describe the bug
This problem occurs when the created project path contains the # character
Expected Behavior
Hit breakpoint
Steps To Reproduce
Create a Blazor WASM project with the # character in the project path
Exceptions (if any)
No response
.NET Version
6.0.400
Anything else?
The text was updated successfully, but these errors were encountered: