How do you create a .NET MAUI class library and import that into your main .NET MAUI application, sucessfully? #12987
Unanswered
enjoysmath
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I was trying to find a solution for adding resources to a Class Library, but came across this post instead! First thing... I don't work for Microsoft and my example isn't the official way of doing things... either way, this is the method I use and hope it helps someone! Btw, the example is using net7.0 and not net6.0.
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Steps to reproduce (in Visual Studio):
Now build everything. You'll get total catostrophe in errors.
The ones I got were these:
Output pane:
So, I would like to know the proper way of linking in a local Class Library into a main .NET MAUI application.
Beta Was this translation helpful? Give feedback.
All reactions