Closed blowdart closed 4 years ago
@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 notifications@github.com Sent: Friday, February 28, 2020 7:07:32 PM To: blowdart/idunno.Authentication idunno.Authentication@noreply.github.com Cc: Barry Dorrans github.com@idunno.org; Assign assign@noreply.github.com 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 GitHubhttps://github.com/blowdart/idunno.Authentication/issues/46?email_source=notifications&email_token=AAGCNCX2L3LMVGR4U7R6SNLRFB5XJA5CNFSM4K4GMYCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENK7ITA#issuecomment-592835660, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAGCNCQQUBNCAUDYEOARHLLRFB5XJANCNFSM4K4GMYCA.
Got it, thank you for the fast reply!
@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.