-
Notifications
You must be signed in to change notification settings - Fork 166
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
Issue when updating NetCoreConsoleClient to .NET Core 5.0 #106
Comments
@hernandgr were you able to get it to work? Also for me it was only version 4.0.0 if I use 3.x.x it works |
We're experiencing the same issues. We updated the packages to Microsoft.AspNetCore.Server.Kestrel 2.2.0 and IdentityModel.OidcClient 4.0.0. We experimented with target framework .NET 5.0 and .NET Framework 4.8. Both resulting in the same exception as described by @hernandgr. Furthermore, we also tried out the other samples in the repo. None of them worked for net48 with the updated packages. It would be really helpful to have updated samples using the newest versions of the packages and target frameworks. |
Sorry, no, I was not able to do it when I was trying. |
All I can say is that the library is working for my use-cases. It is too much work for me to keep every sample updated to every permutation of libraries and frameworks. It's FOSS - that what the often mentioned community should be for. |
Hello!
I am using NetCoreConsoleClient sample app to implement authentication in a .NET 5.0 console app I'm doing, but I'm getting an error in the console app after authenticating in the browser.
I updated your sample code to reproduce the error I'm getting. You can find the code here: https://github.com/hernandgr/NetCoreConsoleClientV5
The changes that I did to your app are:
My guess is that some of the dependencies updated when I installed Microsoft.Extensions.Hosting nuget package are not working with your code, but I haven't been able to find how to get it to work.
Thanks for your help.
The text was updated successfully, but these errors were encountered: