Skip to content

updates to Flurl.Http.Signed 3.2.0 #58

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxreb
Copy link

@maxreb maxreb commented Jul 13, 2021

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
Copy link

psavva commented Jun 20, 2022

@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
Copy link

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 references ProjectA and ProjectB
  • ProjectA references KeyCloak.Net
  • ProjectB references the last version of Flurl.Http (3.2.4)
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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package references Flurl.Signed 2.x unable to upgrade to 3.x
3 participants