Keycloak.Net icon indicating copy to clipboard operation
Keycloak.Net copied to clipboard

Can you switch to Flurl.Http from Flurl.Signed.Http

Open eshkard opened this issue 2 years ago • 2 comments

Hi, Can you please switch Flurl unsigned package? If you like to have your package signed you can also create Signed an Unsigned version of nuget package

Thank's, Evegeny

eshkard avatar Jul 10 '21 15:07 eshkard

+1!

My usecase is that I want to use this library together with Keycloak.Protection.Net, which uses the unsigned version of Flurl.Http. Referencing both breaks all calls to Flurl: The call is ambiguous between the following methods or properties: 'Flurl.StringExtensions.AppendPathSegment(string, object, bool)' and 'Flurl.StringExtensions.AppendPathSegment(string, object, bool)'

In general, upgrading to a latest Flurl version seems reasonable. There's already a pull request to update to 3.2.0. It's the signed version but that could easily be amended.

maximiliancsuk avatar Jul 22 '21 14:07 maximiliancsuk

I have created a new nuget package that has this fix https://www.nuget.org/packages/Keycloak.Net.Core/

AnderssonPeter avatar Mar 22 '22 07:03 AnderssonPeter