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

[linker] Add AddKeepAlivesStep #5278

Merged
merged 11 commits into from
Dec 18, 2020

Commits on Dec 17, 2020

  1. [linker] Add AddKeepAlivesStep

    Other changes:
    
    Move a few methods out of `MonoDroidMarkStep` into `Extensions` so
    `AddKeepAlivesStep` can use them too.
    brendanzagaeski authored and radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    034544f View commit details
    Browse the repository at this point in the history
  2. Fix the build

    radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    43cc5e4 View commit details
    Browse the repository at this point in the history
  3. Enable by default

    radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a230e2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af51be2 View commit details
    Browse the repository at this point in the history
  5. Add test

    radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    b2e7cc1 View commit details
    Browse the repository at this point in the history
  6. Check for call to KeepAlive, refactor

    Also ignore string parameters, similar to dotnet/java-interop@1f21f38
    radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f60457e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6029bdf View commit details
    Browse the repository at this point in the history
  8. Ignore deleted assemblies

    radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    278802a View commit details
    Browse the repository at this point in the history
  9. Do not set the property for debug

    Also add it to the cached props
    radekdoulik committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0a05d12 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    3fd9336 View commit details
    Browse the repository at this point in the history
  2. Add release notes.

    jonpryor authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    0558c27 View commit details
    Browse the repository at this point in the history