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

Add support for WinUI 3 #2393

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Conversation

jeromelaban
Copy link
Contributor

@jeromelaban jeromelaban commented Apr 15, 2021

Description of Change

Adds support for WinUI 3 (Prism.Uno.WinUI and associated)

API Changes

None.

Behavioral Changes

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

@@ -79,6 +104,18 @@ jobs:
vmImage: $(MacImage)
workspace:
clean: all

variables:
disable_package_restore_step: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required to ensure the package resolution logic matches the build. I think it should be done for all targets (dotnet build does this now anyways).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original intent of the separate process was to be able to more clearly look in the logs for package restoration issues vs build issues... however with how unreliable the NuGet task can be at times I'm not opposed to normalizing on having msbuild / dotnet cli handling the restore for us

@jeromelaban jeromelaban marked this pull request as ready for review April 23, 2021 14:37
Copy link
Member

@dansiegel dansiegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me... easiest 200 file review I've had to do in a long time 🤣

@dansiegel dansiegel merged commit d8b8a7d into PrismLibrary:master Apr 23, 2021
@dansiegel dansiegel added this to the Prism 8.1 milestone May 24, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants