-
Notifications
You must be signed in to change notification settings - Fork 1.6k
IPInterfaceProperties.GetIPv(4|6)Properties
never returns null
#11056
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
IPInterfaceProperties.GetIPv(4|6)Properties
never returns null
#11056
Conversation
Tagging subscribers to this area: @dotnet/ncl |
This comment was marked as outdated.
This comment was marked as outdated.
Learn Build status updates of commit ebb4ba2:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Net.NetworkInformation/IPInterfaceProperties.xml | View | Details | |
snippets/cpp/VS_Snippets_Remoting/NCLNetInfo2/CPP/networkexamples.cpp | ✅Succeeded | View | |
snippets/csharp/System.Net.NetworkInformation/DuplicateAddressDetectionState/Overview/networkexamples.cs | ✅Succeeded | View | |
snippets/visualbasic/VS_Snippets_Remoting/NCLNetInfo2/VB/networkexamples.vb | ✅Succeeded | View |
xml/System.Net.NetworkInformation/IPInterfaceProperties.xml
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
@gewarren can you please help with the build here?
|
Learn Build status updates of commit 2f1f621: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
The null checking in the code samples is unnecessary and misleading so I'm proposing to delete it.
Moreover, we should call out in the remarks section the necessity of a capability check so users avoid walking into an exception in case of missing protocol support. (As it occurred in dotnet/runtime#111487)