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

Bringing Project Ironsides into Dev Home #2887

Merged
merged 13 commits into from
May 15, 2024
Merged

Commits on May 10, 2024

  1. Bringing Project Ironsides into Dev Home

    Jason Holmes authored and Jason Holmes committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5213ff1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Fix issues with window rendering due to not passing events up the wnd…

    …proc chain.
    Jason Holmes authored and Jason Holmes committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ab23fe1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merged PR 10746443: Update System.Drawing.Common to version 8.0.0.0 t…

    …o fix version mismatch warning.
    
    The following warning is due to referencing the version of System.Drawing.Common another component includes.  This change updates the version to 8.0.0.0 and gets rid of the warning.
    
    Verified:
    1. Build no longer prints warning.
    2. PI launches with no issues.
    
    warning MSB3277: Found conflicts between different versions of "System.Drawing.Common" that could not be resolved.
    warning MSB3277: There was a conflict between "System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" and "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
    warning MSB3277:     "System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" was chosen because it was primary and "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" was not.
    warning MSB3277:     References which depend on "System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" [E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll].
    warning MSB3277:         E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll
    warning MSB3277:           Project file item includes which caused reference "E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll".
    warning MSB3277:             E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll
    warning MSB3277:     References which depend on or have been unified to "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" [].
    warning MSB3277:         E:\repos\DevHome\packages\system.windows.extensions\8.0.0\lib\net8.0\System.Windows.Extensions.dll
    warning MSB3277:           Project file item includes which caused reference "E:\repos\DevHome\packages\system.windows.extensions\8.0.0\lib\net8.0\System.Windows.Extensions.dll".
    warning MSB3277:             E:\repos\DevHome\packages\system.windows.extensions\8.0.0\lib\net8.0\System.Windows.Extensions.dll
    warning MSB3277:             E:\repos\DevHome\packages\system.security.permissions\8.0.0\lib\net8.0\System.Security.Permissions.dll
    warning MSB3277:             E:\repos\DevHome\packages\system.directoryservices\8.0.0\lib\net8.0\System.DirectoryServices.dll
    philnach authored and Jason Holmes committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ead14e8 View commit details
    Browse the repository at this point in the history
  2. remove wapproj

    Jason Holmes authored and Jason Holmes committed May 13, 2024
    Configuration menu
    Copy the full SHA
    31f6cc1 View commit details
    Browse the repository at this point in the history
  3. Remove inadvertent appxmanifest modifications

    Jason Holmes authored and Jason Holmes committed May 13, 2024
    Configuration menu
    Copy the full SHA
    20e88fb View commit details
    Browse the repository at this point in the history
  4. Fix incorrect assesst references in manifest

    Jason Holmes authored and Jason Holmes committed May 13, 2024
    Configuration menu
    Copy the full SHA
    630946b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix issue where barwindow could close and wouldn't be reopened on nex…

    …t hotkey press
    Jason Holmes authored and Jason Holmes committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d85c8ed View commit details
    Browse the repository at this point in the history
  2. take PR exception suggestion

    Co-authored-by: Kristen Schau <47155823+krschau@users.noreply.github.com>
    jaholme and krschau committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8921772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca1195d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. code review feedback

    Jason Holmes authored and Jason Holmes committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6030bcd View commit details
    Browse the repository at this point in the history
  2. Remove feature exploration

    Jason Holmes authored and Jason Holmes committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c33c59b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/projectironsides' of https://github.com/microso…

    …ft/devhome into feature/projectironsides
    Jason Holmes authored and Jason Holmes committed May 15, 2024
    Configuration menu
    Copy the full SHA
    58a2ca0 View commit details
    Browse the repository at this point in the history
  4. Additional code review feedback

    Jason Holmes authored and Jason Holmes committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c9cadad View commit details
    Browse the repository at this point in the history