-
Notifications
You must be signed in to change notification settings - Fork 71
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
Produce 3.0 and 3.1 packages for basic auth #46
Comments
@yang-er I updated the appveyor environment to VS2019 to get both Core 3.0 and 3.1 installer and the packages have been produced. Do you want to see if those work for you? You can grab pre-release packages from the current appveyor build for master. |
It works well! Thanks. |
Oh good. I want to address some performance issues in cert auth if I can this week, so expect a supported package towards the end of the week. |
I'm seeing in the README that only version 2.2.2 targets .NET Core 3.1 but I don't see 2.2.2 in NuGet, only 2.2.1. Is 2.2.1 supposed to support 3.1 or not? I'm getting HTTP 421 when running 2.2.1 in 3.1. |
That’s because master is the branch under development. You can take the current build assets to test it but it won’t be out until I do some work on certificate auth.
…________________________________
From: Fagner Nunes Carvalho <[email protected]>
Sent: Friday, February 28, 2020 7:07:32 PM
To: blowdart/idunno.Authentication <[email protected]>
Cc: Barry Dorrans <[email protected]>; Assign <[email protected]>
Subject: Re: [blowdart/idunno.Authentication] Produce 3.0 and 3.1 packages for basic auth (#46)
I'm seeing in the README that only version 2.2.2 targets .NET Core 3.1 but I don't see 2.2.2 in NuGet, only 2.2.1. Is 2.2.1 supposed to support 3.1 or not? I'm getting HTTP 421 when running 2.2.1 in 3.1.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#46?email_source=notifications&email_token=AAGCNCX2L3LMVGR4U7R6SNLRFB5XJA5CNFSM4K4GMYCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENK7ITA#issuecomment-592835660>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAGCNCQQUBNCAUDYEOARHLLRFB5XJANCNFSM4K4GMYCA>.
|
Got it, thank you for the fast reply! |
Fixed as in c09e90f Released as part of https://github.com/blowdart/idunno.Authentication/releases/tag/v2.2.2 |
@fagnercarvalho @yang-er these should now be available on nuget for you; https://www.nuget.org/packages/idunno.Authentication.Basic/ |
From @yang-er's pull request.
The text was updated successfully, but these errors were encountered: