Open jisaiaha opened 1 month ago
@jisaiaha please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
@dotnet-policy-service agree [company="{your company}"]
Options:
- (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@dotnet-policy-service agree
- (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@dotnet-policy-service agree company="Microsoft"
Tagging subscribers to this area: @dotnet/area-system-io
Learn Build status updates of commit 82551fc:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.IO/Stream.xml | :warning:Warning | View | Details |
Invalid cref format (System.IO.IOException) detected in C:\LocalRun\W\3is5-s\xml\System.IO\Stream.xml
Invalid cref format (System.NotSupportedException) detected in C:\LocalRun\W\3is5-s\xml\System.IO\Stream.xml
Invalid cref format (System.ObjectDisposedException) detected in C:\LocalRun\W\3is5-s\xml\System.IO\Stream.xml
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:
This pull request enhances the documentation for the
Stream.Read(Span<byte>)
method. The following improvements have been made:IOException
,NotSupportedException
, andObjectDisposedException
to ensure that developers are aware of the possible errors this method might throw.MemberSignature
andReturnValue
blocks to improve readability and maintain a clean, concise structure.