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
mono-symbolicate and *.msym files were never implemented for .NET 6+. There would likely be a completely different, modern solution if we did have a replacement
We can remove the following, which are leftover from Xamarin.Android:
<CreateMsymManifest/> MSBuild task
The $(MonoSymbolArchive) MSBuild property
Any MSBuild targets that check Condition=" '$(MonoSymbolArchive)' == 'True' ", we can just remove.
Any tests related to mono-symbolicate or msym files