Skip to content

Add Lottie-Windows-UwpNET.csproj #572

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mink-ms
Copy link

@mink-ms mink-ms commented Apr 16, 2025

Lottie-Windows-UwpNET.csproj targets .NET9 and system XAML + WinUI2. It will be bundled together with Lottie-Windows-UWP into the same nuget package.

Some code changes have been made to support this new project, namely:

  1. Convert the generic List to non-generic ArrayList in CompositionObject.cs and CanvasPathBuilder.cs.
  2. Convert CompositionObject's "Animators" property from IReadOnlyList to IEnumerable.
  3. New build constant "UWPNET" used in LottieVisualSource.cs, defined by Lottie-Windows-UwpNET.csproj.

…d will be bundled together with Lottie-Windows-UWP
Copy link

@Apxov Apxov left a comment

Choose a reason for hiding this comment

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

:shipit:

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