-
Notifications
You must be signed in to change notification settings - Fork 4k
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
XML Literal Hot Reload Issue #75231
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
1 similar comment
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Did some more test and it looks like if you add an additional text node for example <div>
cdscdsdcs
<br/>
</div> to <div>
cdscdsdcs
<br/>
hhhhhhhhhhhhhh
</div> Hot reload will work. If you change the type of the tag hot reload will fail. It seems that changes to existing nodes fail but additions and removals are detected properly. |
I attempted to debug it my self but I could figure out how to debug the remote services. |
I'm assuming the issue would be in VisualBasicEditAndContinueAnalyzer. |
Version Used: 17.12.0 Preview 2.0
Steps to Reproduce:
If you add or remove an element or attributes hot reload works as expected.
Expected Behavior:
Hot reload would procede as normal.
Actual Behavior:
No changes are detected.
The text was updated successfully, but these errors were encountered: