-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Blazor Language Services causing Visual Studio to crash #15634
Labels
area-blazor
Includes: Blazor, Razor Components
Comments
I just want to fill in to say that you can easily reproduce with cut&paste The input tag is a void/empty tag not accepting any children so the tag expected is |
I'll look into this |
@mrpmorris - does your problem match @Liander 's description? It would be great to get an example of the file that's open when it crashes. |
rynowak
referenced
this issue
in dotnet/blazor
Sep 20, 2018
We weren't correctly recovering when a void element is written as a start-end pair. This change cleans up some of the plumbing around end-tag handling and adds recognition for this case. Added a new bespoke diagnostic for the void element case.
rynowak
referenced
this issue
in dotnet/blazor
Sep 21, 2018
We weren't correctly recovering when a void element is written as a start-end pair. This change cleans up some of the plumbing around end-tag handling and adds recognition for this case. Added a new bespoke diagnostic for the void element case.
dotnet/blazor#1457 Fixed for 0.6 |
SteveSandersonMS
referenced
this issue
in SteveSandersonMS/BlazorMigration
Nov 27, 2018
We weren't correctly recovering when a void element is written as a start-end pair. This change cleans up some of the plumbing around end-tag handling and adds recognition for this case. Added a new bespoke diagnostic for the void element case.
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
When I open a Blazor project VS hangs for a while and then disappears. The next time I open it I am informed Blazor Language Services extension caused the problem.
https://www.youtube.com/watch?v=qqbAc9Kbo3M
Let me know if you need anything additional (project / logs / remote access to laptop).
Update - Output from build process
The text was updated successfully, but these errors were encountered: