Closed filoe closed 6 years ago
Could you please debug with the latest version?
I am sorry. I am on the wrong github project. Anyhow, >=2.3.0 let my xamarin app crash on startup.
Am 24.12.2017 um 01:58 schrieb Dominick Baier notifications@github.com:
Could you please debug with the latest version?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Well . then we need to find the reason for that first. I don't have an Android test environment - so if you need this to be fixed, you need to help.
please move to OidcClient2
Hello!
First of all thanks for the usefull library!
I've got the following problem. I am on v2.2.0. Running the app on a Xamarin.Forms application (Android in particular). Having netstandard 1.4 and monoandroid v8. Upgrading to v2.3.0(or 2.4.0) let the application crash:
Running v2.2.0: Options are initialized with:
Calling the client:
var refreshTokenResult = await _client.RefreshTokenAsync(Settings.RefreshToken);
Causes a NullReferenceException: For me it seems like the
ProviderInformation
won't load...NullReferenceException occurs here: