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

🚧 Testing input injector with 1.2.221109.1 WinAppSDK in CI #183

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2022

  1. Add initial touch injection API test

    See comments in #124
    michael-hawker committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b71b540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f68049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08a2477 View commit details
    Browse the repository at this point in the history
  4. Update MSTest to 2.2.10

    See microsoft/WindowsAppSDK#2706
    Seems like discovery works, but now `Window.Current` fails to activate.
    michael-hawker committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a956650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55af407 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    003be08 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

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

Commits on Dec 6, 2022

  1. Update global.json to ensure we're on .NET 6 still for Uno-Check

    (Basically, ensure we're on a version of .NET we're expecting in the CI to build with until we want to upgrade.)
    michael-hawker authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ffceeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e350121 View commit details
    Browse the repository at this point in the history
  3. Switch to using CsWin32 to generate native methods for pinvoke

    Start instance based fluent pattern for InputSimulator
    Move Bounds logic to simulator
    michael-hawker committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    aa09503 View commit details
    Browse the repository at this point in the history
  4. Add some initial helpers for the InputSimulator

    Fix issue with UWP and WeakReference
    michael-hawker committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ea94942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4216d0e View commit details
    Browse the repository at this point in the history