Uno.Samples
Uno.Samples copied to clipboard
[Authentication with OpenID Connect (OIDC)]App crashes on start on all platform except WASM
On WinUI, I get this error:
With this CallStack
[External Code]
> Authentication.OidcDemo.Windows.dll!Authentication.OidcDemo.MainPage.PrepareClient() Line 37 C#
Authentication.OidcDemo.Windows.dll!Authentication.OidcDemo.MainPage.MainPage_Loaded(object sender, Microsoft.UI.Xaml.RoutedEventArgs e) Line 27 C#
[External Code]
On IOS and Android, they both seem to break at native code too.
For Skia, I think it's normal because it's not supported according to the documentation.