Skip to content
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

Change how System.Net.Http is referenced #85

Merged
merged 3 commits into from
Sep 15, 2017

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Sep 14, 2017

Under the assumption that it's likely anyone using the latest Seq sink will also be using the latest System.Net.Http.

Edit

This PR now completely separates how System.Net.Http is referenced; on the full framework targets, the assembly is referenced, while on .NET Core/Standard the package is referenced. As long as client apps follow this scheme, everything should "just work" TM. This is preferred to the current scheme, because it avoids the chance of creating impossible-to-resolve dependency constraints (see #73, #83).

There's a risk this will break clients who don't follow this scheme; we'll need to test the pre-release package pretty heavily to make sure these breakages are easily detectable and fixable.

@nblumhardt
Copy link
Member Author

Updated to also address #83.

@nblumhardt nblumhardt changed the title Straw-man proposal: upgrade System.Net.Http, again Change how System.Net.Http is referenced Sep 15, 2017
@nblumhardt nblumhardt merged commit f0fdb9a into datalust:dev Sep 15, 2017
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.

1 participant