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

TcpListener should implement IDisposable #88043

Merged
merged 8 commits into from
Jul 3, 2023

Conversation

AlexRadch
Copy link
Contributor

@AlexRadch AlexRadch commented Jun 26, 2023

Fixes #63114

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jun 26, 2023
@ghost
Copy link

ghost commented Jun 26, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Close #63114 issue.

Author: AlexRadch
Assignees: -
Labels:

area-System.Net.Sockets, new-api-needs-documentation

Milestone: -

…tener.cs

Co-authored-by: Anton Firszov <antonfir@gmail.com>
Copy link
Member

@antonfirsov antonfirsov left a comment

Choose a reason for hiding this comment

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

Thanks!

@antonfirsov antonfirsov merged commit 475c9ac into dotnet:main Jul 3, 2023
98 of 102 checks passed
@karelz karelz added this to the 8.0.0 milestone Jul 3, 2023
@AlexRadch AlexRadch deleted the TcpListener_IDisposable branch July 8, 2023 20:29
@ghost ghost locked as resolved and limited conversation to collaborators Aug 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets community-contribution Indicates that the PR has been added by a community member new-api-needs-documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TcpListener should implement IDisposable
5 participants