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

48525090 Delegate DynamicDependencies to OS API when available #4136

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    02108bd View commit details
    Browse the repository at this point in the history
  2. Fixed code to play nice with WIL update. Expanded some comments for f…

    …uture reference. Rename IsWindows11_23H1OrGreater() to ...24H2... as that's what it's probing. Added IsWindows11_23H2OrGreater()
    DrusTheAxe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    23f0355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df68045 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    7545674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f86d788 View commit details
    Browse the repository at this point in the history
  3. Fixed bad sprintf

    DrusTheAxe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b73f436 View commit details
    Browse the repository at this point in the history
  4. Microsoft.WindowsAppRuntime.Framework.msix wasn't including *.winmd (…

    …thus APIs like ApiInformation would fail as they require the .winmd at runtime)
    DrusTheAxe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    655dbe0 View commit details
    Browse the repository at this point in the history
  5. Added UndockedRegFreeWinRT (fork of URFW tests in WindowsAppSDKAggreg…

    …ator, tweaked to work with our test (fake) packages instead of the (real) WinAppSDK MSIX packages
    DrusTheAxe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ada7dea View commit details
    Browse the repository at this point in the history
  6. Removed dead code

    DrusTheAxe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ca687ce View commit details
    Browse the repository at this point in the history
  7. Removed dead code

    DrusTheAxe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9f6f3df View commit details
    Browse the repository at this point in the history