You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a class attribute, for example: <div class="col-start-2">some content</div>
and remove either the first double quote or you select the second double quote with some text before it you get "Microsoft Visual Studio error" - "Object reference not set to an instance off an object".
This happens every time on Visual Studio 2022 17.9.6
The text was updated successfully, but these errors were encountered:
and remove either the first double quote or you select the second double quote with some text before it you get "Microsoft Visual Studio error" - "Object reference not set to an instance off an object".
I wasn't able to reproduce this exact error, but an ArgumentOutOfRangeException also occurred with the same behavior. That error is fixed in 1.4.4, but I'm not sure about this exception. If this issue persists, could you provide the file type and full file (if possible)? Thanks.
When you have a class attribute, for example:
<div class="col-start-2">some content</div>
and remove either the first double quote or you select the second double quote with some text before it you get "Microsoft Visual Studio error" - "Object reference not set to an instance off an object".
This happens every time on Visual Studio 2022 17.9.6
The text was updated successfully, but these errors were encountered: