Uh oh!
There was an error while loading. Please reload this page.
MulticastOption.Group no longer accepts null. - #32518
Conversation
carlossanlop
commented
Feb 19, 2020
@ericstj knows where breaking changes should be mentioned. For dotnet-api-docs, I can help. |
There was a problem hiding this comment.
Since this API did not have triple slash comments, and is already documented in MS Docs, this new exception must be added here:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MulticastOption.Group is not supposed to accept null. If someone sets it to null, we will NRE inside of the Sockets implementation. I also fixed two small double-cast problems while I was in here. Fixdotnet#32490
danmoseley
commented
Jul 24, 2020
@eerhardt this is labeled breaking change. Can you please open an issue if necessary using https://github.com/dotnet/docs/issues/new?template=dotnet-breaking-change.md ? |
eerhardt
commented
Jul 27, 2020
Done. dotnet/docs#19723 |
MulticastOption.Group is not supposed to accept null. If someone sets it to null, we will NRE inside of the Sockets implementation.
I also fixed two small double-cast problems while I was in here.
Fix#32490
Note that this is a breaking change. I'm not sure all the ways I'm supposed to document this. If anyone has thoughts, please let me know.