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

[net6] Strip framework native libraries #5637

Merged

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    af37b9b View commit details
    Browse the repository at this point in the history
  2. Add strip task

    radekdoulik committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e026304 View commit details
    Browse the repository at this point in the history
  3. Cleanup + error message

    radekdoulik committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    db48313 View commit details
    Browse the repository at this point in the history
  4. Fix error message

    radekdoulik committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7fd3c7e View commit details
    Browse the repository at this point in the history
  5. Update xlf files

    radekdoulik committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    404ce95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ff1530 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    070ca2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c2e30a View commit details
    Browse the repository at this point in the history
  9. Refactor so _StripFrameworkNativeLibraries can build partially

    * `@(_StrippedFrameworkNativeLibrary)` now uses -> operator so it has all metadata
    * We now have `SourceFiles` and `DestinationFiles` passed into the `<StripNativeLibraries/>` task
    * Fixed spelling, I think it should be: tripple -> triple
    * Updated a test so it check for stripped files on disk
    jonathanpeppers committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6fc9839 View commit details
    Browse the repository at this point in the history
  10. Port <StripNativeLibraries/> to ToolTask

    This can be a ToolTask that runs itself N times. This way MSBuild can parse error/warning messages for us.
    jonathanpeppers committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d76e91e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Revert "Update xlf files"

    This reverts commit 404ce95.
    radekdoulik committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    4636a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f796a16 View commit details
    Browse the repository at this point in the history