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

Missing System.IO.Pipelines #97

Open
matthewDDennis opened this issue Aug 23, 2020 · 6 comments
Open

Missing System.IO.Pipelines #97

matthewDDennis opened this issue Aug 23, 2020 · 6 comments

Comments

@matthewDDennis
Copy link
Contributor

I forked the project to create a pull request.
I was unable to build master until I added System.IO.Pipelines v4.7.2 nuget.

Tried to add the latest. .NET 5 RC version when trying to build the davidfowl/dotnet-5 branch, but no luck.
This also has using to System.Net.Connections, but it is not found.

@matthewDDennis
Copy link
Contributor Author

Created pull request #99

@timjroberts
Copy link

I've also tried building davidfowl/dotnet-5 and get errors related to a missing Connections namespace:

Abstractions/ConnectionBuilderExtensions.cs(6,18): error CS0234: The type or namespace name 'Connections' does not exist in the namespace 'System.Net' (are you missing an assembly reference?)

@davidfowl
Copy link
Owner

davidfowl/dotnet-5 required RC1 bits https://github.com/dotnet/installer#installers-and-binaries

@expcat
Copy link

expcat commented Sep 4, 2020

It seems that System.Net.Connections has been removed from .net5.0.
dotnet/runtime#41648
dotnet/runtime#41725
dotnet/runtime#41726

@SteveAndrews
Copy link

SteveAndrews commented Feb 25, 2021

Same, 6 months later. I also tried upgrading the main branch to .NET 5, but got errors there too.

@adamradocz
Copy link
Contributor

.NET 6 is supported since #139. I think this issue can be closed.

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

No branches or pull requests

6 participants