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 Apr 16, 2020. It is now read-only.
Source Link JSON may contain multiple relative and/or absolute mappings in any order. They will be resolved in order from most specific to least specific. Here is an example of a valid Source Link JSON for an arbitrary project structure
The text was updated successfully, but these errors were encountered:
This function does not handle multiple source link entries correctly: https://github.com/ctaggart/SourceLink/blob/master/dotnet-sourcelink/Program.cs#L477
Consider, for example, the following source link JSON:
and a document path in the PDB:
/_/src/submodules/MessagePack-CSharp/src/MessagePack/SequencePool.cs
This path should match the last pattern
/_/src/submodules/MessagePack-CSharp/*
but it matches the first one.The longest matching patter should be used.
See https://github.com/dotnet/designs/blob/master/accepted/diagnostics/source-link.md:
The text was updated successfully, but these errors were encountered: