[Android] MSAL and Uno.WinUI Help #7707
Unanswered
SkyeHoefling
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Interesting issue. This could be a version mismatch. Which version of the Uno.* packages are you using ? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Has anyone run into issues with Uno.WinUI.MSAL and android not loading assemblies? When I attempt to use the
WithUnoHelpers()
extension method for configuration it silently continues but I see an error in the log saying the assembly did not load.I am using the exact same code I had working with Uno.UI.MSAL but the WinUI package appears to have issues. Here is the code that has the runtime error
If I copy the implementation of the extension method over manually to my project it works, so it appears to be an issue with the assembly not loading correctly in android. I think this may be a bug, but wanted to start as a discussion before logging a detailed issue.
Beta Was this translation helpful? Give feedback.
All reactions