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
a Library.dll is created and PathMap is used to create relative paths in the .pdb file instead of full paths.
a Client project directly references the .dll but not the Library .csproj
Following the README, doing on a Go To Definition on the code from the Library in the Client code will open the .cs file in VS in the miscellaneous workspace using the relative path from the pdb.
With a debugger attached, we can see a few exceptions being thrown when closing the file where Roslyn is not happy with the relative path.
Doing another Go To Definition shows a file without code coloration.
Expected Behavior:
Subsequent file opened by Go To Definition as code coloration.
Actual Behavior:
Exceptions are thrown upon closing the file with relative paths.
Doing another Go To Definition opens a file without code coloration.