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

Mark PNSE-throwing methods in System.Net.NetworkInformation.IPGlobalProperties as unsupported on Android #50855

Merged

Conversation

MaximLipnin
Copy link
Contributor

@MaximLipnin MaximLipnin commented Apr 7, 2021

Part of #47911.

This is to annotate the following methods in System.Net.NetworkInformation.IPGlobalProperties as unsupported on Android since they throw PNSE:

  • GetActiveTcpConnections();
  • GetActiveTcpListeners();
  • GetActiveUdpListeners();

@ghost
Copy link

ghost commented Apr 7, 2021

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

Issue Details

Part of #47911.

Author: MaximLipnin
Assignees: -
Labels:

area-System.Net

Milestone: -

@MaximLipnin MaximLipnin force-pushed the annotate_apis_throwing_pnse_on_android branch from 9f229bd to 9fd99cd Compare April 14, 2021 12:54
@MaximLipnin MaximLipnin changed the title Mark System.Net.NetworkInformation as unsupported on Android Mark PNSE-throwing methods in System.Net.NetworkInformation.IPGlobalProperties as unsupported on Android Apr 15, 2021
@MaximLipnin MaximLipnin merged commit 2590c6f into dotnet:main Apr 15, 2021
@MaximLipnin MaximLipnin deleted the annotate_apis_throwing_pnse_on_android branch April 15, 2021 10:48
@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants