Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xamarin.Android.Build.Tasks] remove pdb2mdb #7950

Merged
merged 1 commit into from
Apr 13, 2023

Commits on Apr 11, 2023

  1. [Xamarin.Android.Build.Tasks] remove pdb2mdb

    Remove where we `ILRepack` `pdb2mdb.exe` into
    `Xamarin.Android.Build.Tasks.dll` and the `<ConvertDebuggingFiles/>`
    MSBuild task. These are not used in .NET 6+, and can be removed in
    xamarin-android/main.
    
    I also removed:
    
    * Code or tests around `.mdb` files
    * Tests around `DebugType=Full`
    
    In future PRs, I think we can remove:
    
    * `ILRepack` completely
    * `Xamarin.Android.Legacy.targets`
    * Other unused MSBuild tasks
    jonathanpeppers committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    de8dba4 View commit details
    Browse the repository at this point in the history