-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] MissingMethodException due to forced WAM upgrade #3964
Comments
I can't repro this. Do you reference Microsoft.Identity.Client.NativeInterop? Can you make sure to explicitly reference 0.13.5? |
That's most likely the case. You upgraded MSAL but didn't upgrade the NativeInterop package. @pmaytak In hindsight, relying on |
I see what the problem was.
I've looked at the source of that package, and I only see a build folder, not a buildTransitive. That is probably why the need of a manual installation is needed. I believe this should be addressed. I also agree with @bgavrilMS, the |
CC @gladjohn for the native DLL not found exception - I believe there is a workaround. I think we need to fix this before GA-ing WAM broker. |
@azchohfi Are you testing this for the MSIX packaging in NETFX? in MSAL 4.50.0 we fixed the packaging issue, you need to add a reference to the Interop in your WapProj |
Nop, that is not the case here. This is a net7.0-windows10.0.17763.0 application. |
Hmm, well we rely a lot on internals, so can't remove |
Logs and network traces
Which version of MSAL.NET are you using?
MSAL.NET 4.50.0
Platform
net7.0
What authentication flow has the issue?
Is this a new or existing app?
The app is in production, and I have upgraded to a new version of MSAL.
Repro
Expected behavior
Works just like in 0.49.1.
Actual behavior
Throws MissingMethodException.
The text was updated successfully, but these errors were encountered: