-
Notifications
You must be signed in to change notification settings - Fork 229
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 a WPF sample app that uses WinAppSDK #334
base: main
Are you sure you want to change the base?
Conversation
…86 A numeric comparison was attempted on $(TargetPlatformVersion)
…PreTranslateMessage
Samples/Islands/cs-wpf-packaged/WpfWithIslandApp/WpfWithIslandApp.sln
Outdated
Show resolved
Hide resolved
Changed_from_original_app: These packages are required for Lottie. | ||
FIX BEFORE COMPLETING PR: These packages aren't currently publicly available. | ||
--> | ||
<PackageReference Include="CommunityToolkit.WinAppSDK.LottieIsland" Version="0.1.1-prerelease.2" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JesseCol, can you check with Geoffrey whether this is the correct Lottie NuGet package that he's assembled?
FIX BEFORE COMPLETING PR: These packages aren't currently publicly available. | ||
--> | ||
<PackageReference Include="CommunityToolkit.WinAppSDK.LottieIsland" Version="0.1.1-prerelease.2" /> | ||
<PackageReference Include="CommunityToolkit.WinUI.Lottie" Version="8.0.230818-rc-FHL.4.gb41d8fdcc0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here. We don't want to pull in WinUI Lottie, just WinAppSDK.
is not set in this file: Microsoft.InteractiveExperiences.Common.targets | ||
Changed_from_original_app | ||
The lowest version of Windows that WinAppSDK supports is 17763. | ||
But Lottie requires Windows 10.0.19041.0 or higher, so we target this one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JesseCol, WinAppSDK Lottie only requires RS5 (the same as the rest of WASDK). Let's follow-up on this one.
Description
Please include a summary of the change and/or which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Target Release
Please specify which release this PR should align with. e.g., 1.0, 1.1, 1.1 Preview 1.
Checklist
/azp run SamplesCI-<FeatureName>
to have the CI build run on my branch for each of my FeatureName my PR is modifying. This must be done on the latest commit on the PR before merging to ensure the build is up to date and accurate. Warning: the PR will not block automatically if this is not run due to '/azp run' limitation on triggering more than 10 pipelines.