csc /sourcelink is a way for .pdb files to contain url references to source code, not local filesystem paths.
Meaning Mono.Android.pdb could contain links into this git repo, instead of (meaningless) filesystem paths on the machine that build Xamarin.Android.
Supporting SourceLink should make the debugging experience nicer.
See also:
csc /sourcelinkis a way for.pdbfiles to contain url references to source code, not local filesystem paths.Meaning
Mono.Android.pdbcould contain links into this git repo, instead of (meaningless) filesystem paths on the machine that build Xamarin.Android.Supporting SourceLink should make the debugging experience nicer.
See also: