BedrockFramework icon indicating copy to clipboard operation
BedrockFramework copied to clipboard

Missing System.IO.Pipelines

Open matthewDDennis opened this issue 3 years ago • 6 comments

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 avatar Aug 23 '20 16:08 matthewDDennis

Created pull request #99

matthewDDennis avatar Aug 24 '20 15:08 matthewDDennis

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?)

timjroberts avatar Aug 24 '20 17:08 timjroberts

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

davidfowl avatar Aug 25 '20 21:08 davidfowl

It seems that System.Net.Connections has been removed from .net5.0. https://github.com/dotnet/runtime/pull/41648 https://github.com/dotnet/runtime/pull/41725 https://github.com/dotnet/runtime/pull/41726

expcat avatar Sep 04 '20 06:09 expcat

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

SteveAndrews avatar Feb 25 '21 15:02 SteveAndrews

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

adamradocz avatar Feb 12 '22 17:02 adamradocz