lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

updates to Flurl.Http.Signed 3.2.0 #58

Open maxreb opened 3 years ago

maxreb commented 3 years ago

fixes #55 this will also update from .net standard 1.4 to .net standard 2.0 and to .net461 as flurl 3.2.0 requires it. It contains also a docker-compose file for automatic testing

psavva commented 2 years ago

@lvermeulen Any chance for you to review these PR's and accept them into the main repo? There are plenty of people who would love to help you maintain and contribute to this library as it's very useful.

xavierpena commented 1 year ago

I think this pull request is my only option to be able to use Keycloak.Net in my project.

My error is:

Could not load type 'Flurl.StringExtensions' from assembly 'Flurl, Version=3.0.6.0, Culture=neutral, PublicKeyToken=null'.

My architecture:

MainProject
  --> ProjectA --> KeyCloak.Net
  --> ProjectB --> Flurl.Http v3.2.4

My only option for the moment seems to be downgrading Flurl.Http from ProjectB down to version 2.4.2, which in my case has breaking changes...