-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to instanciate OktaClient with .NET Standard 2.0 #515
Comments
Hi @christophecolly, thank you for reporting the issue. I apologize for the inconvenience. |
Thanks for your feedback, I will use 5.2.0 for now. |
@christophecolly , |
@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. |
Thank you for confirming! |
Hello |
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.
The text was updated successfully, but these errors were encountered: