-
Notifications
You must be signed in to change notification settings - Fork 296
User/getrou/lottieisland #340
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
User/getrou/lottieisland #340
Conversation
I've added a few comments to the PR. Can you update to address them? #Closed |
Samples/Islands/DrawingIsland/DrawingCsTestApp/LottieIslandScenario.cs
Outdated
Show resolved
Hide resolved
Samples/Islands/DrawingIsland/DrawingCsTestApp/LottieIslandScenario.cs
Outdated
Show resolved
Hide resolved
using CommunityToolkit.WinAppSDK.LottieIsland; | ||
using CommunityToolkit.WinAppSDK.LottieWinRT; | ||
using CommunityToolkit.WinUI.Lottie; | ||
using System.Diagnostics; |
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.
Put System. namespaces at the top, above Microsoft. namespaces. #Closed
Samples/Islands/DrawingIsland/DrawingCppTestApp/LottieIslandScenario.cpp
Outdated
Show resolved
Hide resolved
</packageRestore> | ||
<packageSources> | ||
<clear /> | ||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
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.
What does removing this do to all of the other NuGets in the repo? For example, how other samples are bringing in WinAppSDK?
[heart] Geoffrey Trousdale (THEY/THEM) reacted to your message:
…________________________________
From: Jeffrey Stall ***@***.***>
Sent: Wednesday, May 8, 2024 4:53:32 AM
To: microsoft/WindowsAppSDK-Samples ***@***.***>
Cc: Geoffrey Trousdale (THEY/THEM) ***@***.***>; Author ***@***.***>
Subject: Re: [microsoft/WindowsAppSDK-Samples] User/getrou/lottieisland (PR #340)
Merged #340<#340> into user/jeffstall/drawingisland.
—
Reply to this email directly, view it on GitHub<#340 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMUHEYDNFV6MONCB5JIF4ATZBGVUZAVCNFSM6AAAAABHJ5NAP6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSG4ZTQMJWHE3DSOI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Add LottieIsland to the DrawingIsland Sample