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
Calling WebAuthenticationCoreManagerInterop.RequestTokenForWindowAsync() results in the following error message if AOT is enabled:
Cannot retrieve a helper type for generic public type 'Windows.Foundation.IAsyncOperation`1[Windows.Security.Authentication.Web.Core.WebTokenRequestResult]'
Description
Calling
WebAuthenticationCoreManagerInterop.RequestTokenForWindowAsync()
results in the following error message if AOT is enabled:Cannot retrieve a helper type for generic public type 'Windows.Foundation.IAsyncOperation`1[Windows.Security.Authentication.Web.Core.WebTokenRequestResult]'
Steps To Reproduce
WebAuthenticationCoreManagerInterop.RequestTokenForWindowAsync()
Expected Behavior
Should work as with AOT disabled
Version Info
cswinrt 2.2
.net windows sdk 10.0.22621.56
Additional Context
No response
The text was updated successfully, but these errors were encountered: