You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,7 +129,7 @@ public static IAsyncMemorySource BorrowEntireStream(Stream stream)
129
129
}
130
130
/// <summary>
131
131
/// <strong>You remain responsible for disposing and cleaning up the stream after the job is disposed.</strong>
132
-
/// Only reads from the current position to the end of the image file.
132
+
/// Only reads from the current position to the end of the image file.
133
133
/// You swear not to close, dispose, or reuse the stream or its underlying memory/stream until after this wrapper and the job are disposed.
134
134
/// </summary>
135
135
/// <param name="stream"></param>
@@ -154,8 +154,8 @@ public static IAsyncMemorySource UseEntireStreamAndDisposeWithSource(Stream stre
154
154
155
155
/// <summary>
156
156
/// The stream will be closed and disposed with the BufferedStreamSource.
157
-
/// <strong>You must not close, dispose, or reuse the stream or its underlying streams/buffers until after the job and the owning objects are disposed.</strong>
158
-
/// strong>The BufferedStreamSource will still need to be disposed after the job, either with a using declaration or by transferring ownership of it to the job (which should be in a using declaration).</strong>
157
+
/// <remarks>You must not close, dispose, or reuse the stream or its underlying streams/buffers until after the job and the owning objects are disposed.
158
+
/// The BufferedStreamSource will still need to be disposed after the job, either with a using declaration or by transferring ownership of it to the job (which should be in a using declaration).</remarks>
0 commit comments