We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e117c commit 2845bd7Copy full SHA for 2845bd7
src/TestableIO.System.IO.Abstractions/FileSystemStream.cs
@@ -66,7 +66,7 @@ public override int WriteTimeout
66
/// The <see cref="FileStream.IsAsync" /> flag, indicating if the <see cref="FileStream" /> was
67
/// opened asynchronously or synchronously.
68
/// </param>
69
- protected FileSystemStream(Stream stream, string? path, bool isAsync)
+ protected FileSystemStream(Stream stream, string path, bool isAsync)
70
{
71
if (path is null)
72
0 commit comments