How to create dll and nuget package for MAUI class library #27647
Unanswered
Take-A-Byte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How should I pack the MAUI class library such that no private or internal code is visible through the nuget package?
I've tried adding
but I can still see private, internal fields and all the implementations in dll and the nuget package.
I know that in UWP we used to pack winmd files which used to hide all the information, but I am unable to find anything that we can pack in nuget to hide this information. Could someone please help 🙏
Beta Was this translation helpful? Give feedback.
All reactions