Add ObjectDisposedException to Socket.Select member - #4720
Conversation
|
Docs Build status updates of commit 349f1a2: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. xml/System.Reflection.Emit/EnumBuilder.xml
xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml
xml/System.Reflection.Emit/TypeBuilder.xml
xml/System.Security.Cryptography/SHA384Managed.xml
xml/System.Security.Cryptography/SHA1Managed.xml
xml/System.Security.Cryptography/SHA512Managed.xml
xml/System.Security.Cryptography/SHA256Managed.xml
xml/System.Security.Cryptography/RNGCryptoServiceProvider.xml
xml/System.Transactions.Configuration/MachineSettingsSection.xml
xml/System.Transactions.Configuration/DefaultSettingsSection.xml
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings 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:
|
|
@gewarren, do you know why there are errors in above comment? It is related to files which are not in scope of this PR. Also the docs is not published to review.docs.microsoft.com. |
|
closing and reopening to trigger a new build. The issue noted above is fixed. |
|
Docs Build status updates of commit 349f1a2: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Summary
Add missing exception in .net 5:
When Socket is disposed then Socket.Select throws ObjectDisposedException.
Fixes dotnet/runtime#34886