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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
The SyntaxTreeNode and SourceLocation line mappings for an inherited chunk reflect the ones from the original _ViewStart and not the current page. Printing these out would be incorrect. Unfortunately setting it to null doesn't work since it causes some visitors to null ref.
The text was updated successfully, but these errors were encountered:
As far as I know, it doesn't seem to mess up VS. But we should fix this for RC since it's hoping VS does the right thing by ignoring incorrectly reported mappings.
The
SyntaxTreeNode
andSourceLocation
line mappings for an inherited chunk reflect the ones from the original _ViewStart and not the current page. Printing these out would be incorrect. Unfortunately setting it to null doesn't work since it causes some visitors to null ref.The text was updated successfully, but these errors were encountered: