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
[Xamarin.Android.Build.Tasks] Fix an issue where library projects cannot be debugged.
The linker was not producing ppdb files.
What is supposed to happen is the
linker if it changes a dll should emit a new pdb file
along with it. Because none of the assemblies were being
loaded with debug symbols. Hence no updated pdb.
So this commit enables the reading of Symbols as part of the
linker process to ensure that we are able to emit the new
pdb when required.
0 commit comments