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
Fix NullReferenceException error for pathless files
When the new VS Text Editor is opened with some special output
(e.g. Stack Trace Explorer in ReSharper), it has no path, so the
argument `path` is null, and NullReferenceException is thrown in
parser.Parse(string). So null-check must be needed.
0 commit comments