Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Miscellaneous improvements in System.Net.* #827

Merged
merged 1 commit into from Oct 23, 2018

Conversation

terrajobst
Copy link
Member

@terrajobst terrajobst commented Jul 16, 2018

This also fixes #772 and fixes #852.

@dotnet/nsboard

@terrajobst terrajobst added the netstandard-api This tracks requests for standardizing APIs. label Jul 16, 2018
@terrajobst terrajobst added this to the .NET Standard vNext milestone Jul 16, 2018
netstandard/ref/System.Net.NetworkInformation.cs Outdated Show resolved Hide resolved
netstandard/ref/System.Net.WebSockets.cs Outdated Show resolved Hide resolved
netstandard/ref/System.Net.cs Show resolved Hide resolved
netstandard/ref/System.Net.cs Outdated Show resolved Hide resolved
Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to have a closer review of this diff as there are a lot of things we should not include.

@weshaggard
Copy link
Member

@davidsh @karelz please take a look at the proposed API additions for the next version of .NET Standard in the networking space. These are APIs that are in .NET Core 2.1 but weren't part of .NET Standard so please call out any that you don't think should be added to the standard.

Copy link

@davidsh davidsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed this. I commented on a few things and upvoted others.

@terrajobst
Copy link
Member Author

terrajobst commented Oct 15, 2018

I believe I've addressed all feedback. Ready to go?

@terrajobst terrajobst changed the base branch from master-with-span to span October 16, 2018 02:31
@terrajobst terrajobst added the * NO MERGE * Applied to pull-requests that aren't ready to be merged yet. label Oct 16, 2018
@terrajobst terrajobst requested a review from a team October 17, 2018 22:01
netstandard/ref/System.Net.Security.cs Outdated Show resolved Hide resolved
netstandard/ref/System.Net.Sockets.cs Outdated Show resolved Hide resolved
netstandard/ref/System.Net.Sockets.cs Outdated Show resolved Hide resolved
netstandard/ref/System.Net.cs Show resolved Hide resolved
@terrajobst
Copy link
Member Author

@marek-safar

I've removed the StructLayoutAttribute applications. Good to go now?

@terrajobst terrajobst changed the base branch from span to master October 22, 2018 20:22
@terrajobst terrajobst removed the * NO MERGE * Applied to pull-requests that aren't ready to be merged yet. label Oct 22, 2018
@terrajobst terrajobst merged commit 895ece6 into dotnet:master Oct 23, 2018
@terrajobst terrajobst deleted the system-net branch October 23, 2018 20:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
netstandard-api This tracks requests for standardizing APIs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SslStream ALPN support [Question] New HttpStatusCodes
9 participants