Replies: 1 comment
-
FYI @Karl-Bridge-Microsoft @alvinashcraft Related:
There's a few projects like the Windows Community Toolkit which do this. Generally, if you just create a new Class Library (WinUI 3 in Desktop) project and include the GenerateLibraryLayout msbuild property in your csproj, I think that gets you most of the way for basic scenarios (for extra assets there's the issue above). It's then generally best if you want to create a sharable library to use Templated Controls over User Controls as those allow for greater flexibility and performance for others. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am a beginner.
I want to know how to package custom controls into the Nuget package so that I can use them in other projects.
Beta Was this translation helpful? Give feedback.
All reactions