UICompositionAnimations | XAML animations and Win2D effects | Form library
kandi X-RAY | UICompositionAnimations Summary
kandi X-RAY | UICompositionAnimations Summary
The UICompositionAnimations library exposes classes and APIs to quickly implement animations and effects to a UWP application. It also has a collection of helper methods to load Win2D images, dispatch code to the UI thread and more. All the shared APIs are now removed and available directly from the toolkit, visit the repo here! .
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of UICompositionAnimations
UICompositionAnimations Key Features
UICompositionAnimations Examples and Code Snippets
Community Discussions
Trending Discussions on UICompositionAnimations
QUESTION
I'm working on a UWP library (this one) and I've just upgraded the target version to the 16299 SDK.
This also caused the NuGet references to be migrated from the project.json file to the .csproj file as PackageReference
, which in theory sounds perfectly fine.
But, after trying to publish a beta version of the NuGet package (generated as usual with nuget pack
), I noticed that the library dependencies were not being added correctly, and I started getting exceptions saying that a given type was missing (as its dependency was missing).
I found this issue that does in fact confirm that nuget pack
doesn't support PackageReference
dependencies yet.
I've tried using MSBuild by following this guide and tried with:
>msbuild /t:pack UICompositionAnimations.csproj /p:NuspecFile=UICompositionAnimations.nuspec /p:Configuration=Release
but I ended up with quite a few errors.
What is the right way of packaging for NuGet a UWP library using
PackageReference
?
Thank you for your help!
...ANSWER
Answered 2018-Feb-16 at 12:31How to pack a UWP library using PackageReference?
Just as you know, the nuget.exe pack
currently doesn't support package reference based projects and the feature "Allow project reference DLLs to be added to the parent nupkg for pack target like IncludeReferencedProjects in nuget.exe" is in progress.
As a workaround, you can manually including the dependency in the .nupsec
file, following is my .nuspec
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install UICompositionAnimations
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page