auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 49 forks source link

Added .NET6.0+ support to Auth0.OidcClient.WPF #266

Closed joseangelmt closed 1 year ago

joseangelmt commented 1 year ago

Changes

I have added .NET6.0+ support in both the Auth0.OidcClient.Core and Auth0.OidcClient.WPF projects without losing net462 and netcoreapp3.1 compatibility.

I have also taken the liberty of increasing the version number in the .nuspec files to create NuGet packages and test them with my WPF application developed for .NET7.0.

Testing

To test the changes simply compile and run the WPF test application.

Checklist

frederikprijck commented 1 year ago

Thanks for all the effort here @joseangelmt . I realy appreciate it. To set expectations, i will be unavailable as of friday for two weeks and there will no progress in the reviews as of then until i am back.

joseangelmt commented 1 year ago

I will be on vacation from August 3 to 13. I am going to investigate why the call to EnsureCoreWebView2Async() was blocked and we will continue with the revision when we are both available.