How to Publish an App that has a reference to NET MAUI Class Library? #18283
Unanswered
Verchinderlichtzer
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to publish my App with MSIX Sideloading. It contains 2 projects, which are .NET MAUI App and .NET MAUI Class Library. My application is dedicated to running on Windows only. If I publish .NET MAUI App without reference to the class library, it works as expected. But when I added a reference to Class Library, I got some error message.
Here is my Publish Profile configuration
My purpose is to use .NET MAUI Class Library as the App's Model (I use EF Core SQLite)
Is there something missing in my configuration? or is there a better alternative way?
Beta Was this translation helpful? Give feedback.
All reactions