Skip to content

Commit 4c004fc

Browse files
Mpdreamzvbreuss
andauthored
Apply suggestions from code review
Thanks @vbreuss applied your updates ! Co-authored-by: Valentin Breuß <vbreuss@gmail.com>
1 parent 45889b4 commit 4c004fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TestableIO.System.IO.Abstractions.TestingHelpers/MockFileSystemOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class MockFileSystemOptions
1616
public bool CreateDefaultTempDir { get; init; } = true;
1717

1818
/// <summary>
19-
/// The temp directory returned by <see cref="System.IO.Path.GetTempPath()" /> on the <see cref="MockFileSystem" />.
19+
/// The temporary directory used by the <see cref="MockFileSystem" />.
2020
/// Defaults to <see cref="System.IO.Path.GetTempPath()" /> when <see langword="null" /> or empty.
2121
/// </summary>
22-
public string TemporaryDirectory { get; init; }
22+
public string? TemporaryDirectory { get; init; }
2323
}

0 commit comments

Comments
 (0)