Closed christophecolly closed 2 years ago
Hi @christophecolly, thank you for reporting the issue. I apologize for the inconvenience. We will investigate it internally and update you here. Please use Okta.Sdk version 5.2.0 meanwhile. Version 5.2.1 uses different configuration dependencies but in terms of functionality, 5.2.0 and 5.2.1 are the same.
Thanks for your feedback, I will use 5.2.0 for now.
Thanks for your feedback, I will use 5.2.0 for now.
@christophecolly , Did that actually fix your issue? I have a similar issue and the downgrade did not fix it for me.
@Christian-Oleson Yes I can confirm that downgrading to 5.2.0 fixes the issue for me. Are you also targeting .NET Standard 2.0?
@Christian-Oleson Yes I can confirm that downgrading to 5.2.0 fixes the issue for me. Are you also targeting .NET Standard 2.0?
I'm not, I'm targeting .NET 5.
For me it works as expected with .NET 5 and SDK 5.2.1.
For me it works as expected with .NET 5 and SDK 5.2.1.
Thank you for confirming!
Hello I am using .net core 3.1 and facing this issue - what’s the recommended fix please (besides upgrading to .net 5)? Much appreciate
This should be fixed in Okta.Sdk v5.3.2
Hi,
I'm using version 5.2.1 of the Okta.Sdk and trying to instantiate a client in a .NET Standard 2.0 console app:
.csproj project file:
I get the following error when trying to debug:
If I change Okta.Sdk version to 5.2.0 it works. If I change to .NET 5 instead of .NET Standard 2.0 it works.
Any help would be much appreciated.