You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a workaround for a bug in MSAL's loading of native dependencies when
published as a single file bundle.
Using the IncludeAddContentForSelfExtract option will cause all managed
and native dependencies to be extracted on first launch to a temporary
directory, and executed from there.
This only affects Windows as only Windows has support for the MSAL
runtime that requires the native dependencies.
0 commit comments