How to add my custom .NET MAUI class library output dlls to .NET MAUI app? #8999
Unanswered
TamerIrdais
asked this question in
General
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 have created a .NET MAUI class library single project that when built it generates multiple dlls each one inside platform specific folder.
Now I am having difficulties figuring out how to reference this class library dlls inside my .NET MAUI app, when I add them all even if I use Conditions I keep getting error below which is AppHostBuilderExtensions extension method inside my library:
The call is ambiguous between the following methods or properties: 'MyLibrary.Hosting.AppHostBuilderExtensions.ConfigureLibrary'
So what's the best way to reference class library multiple dlls inside MAUI app?
Beta Was this translation helpful? Give feedback.
All reactions