Uh oh!
There was an error while loading. Please reload this page.
Annotate System.Net.Sockets for nullable reference types - #32675
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Please help add exactly one area label if the bot does not. It teaches the bot. #Closed |
7deb3df to
37bdb46Compare
Any thoughts on having the bot post a comment when it doesn't add a label? It could mention that it couldn't add a label, maybe log which areas it thinks are the closest, and ask a human to manually add a label. #Closed |
@eiriktsarpalis@buyaa-n - any feedback? #Closed |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| internal static extern unsafe bool TransmitFile( | ||
| SafeHandle socket, | ||
| SafeHandle fileHandle, | ||
| SafeHandle? fileHandle, |
There was a problem hiding this comment.
In what situation do we pass null here? #Closed
There was a problem hiding this comment.
In the case where BeginSendFile(string? fileName, byte[]? preBuffer, byte[]? postBuffer is called with a null or empty fileName. #Closed
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.
Uh oh!
There was an error while loading. Please reload this page.
stephentoub
left a comment
There was a problem hiding this comment.
Skimmed through it and left a few comments, but generally LGTM. Welcome to the wonderful world of nullable reference types ;)
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.
eerhardt
commented
Feb 26, 2020
Thanks for all the feedback. I have addressed it, and if I don't receive anymore I'll merge this when it is green. |
eerhardt
commented
Feb 27, 2020
The 2 OSX failures are #32882. |
Contributes to #2339
Depends on #32518.
/cc @dotnet/ncl