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

Delete the deprecated APICompat tooling from Arcade #14328

Merged
merged 2 commits into from
Jan 4, 2024

Commits on Dec 28, 2023

  1. Delete the deprecated APICompat tooling from Arcade

    APICompat got re-implemented on top of Microsoft.CodeAnalysis and lives
    in dotnet/sdk. It also became a shipping product with .NET 6.
    
    The source code was kept around for some time so that consumers could
    move to the new tooling. Now seems the right time to finally delete the
    code-base.
    
    This tool was already excluded in source build so the deletion won't
    result in a build break. If there are still some repos that depend on
    the live version of APICompat v1, they will just not get a new
    dependency update for it. The code base has been frozen anyway so
    consumers shouldn't be impacted by this.
    ViktorHofer committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c2a404f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    f7a50a7 View commit details
    Browse the repository at this point in the history