We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45889b4 commit 4c004fcCopy full SHA for 4c004fc
src/TestableIO.System.IO.Abstractions.TestingHelpers/MockFileSystemOptions.cs
@@ -16,8 +16,8 @@ public class MockFileSystemOptions
16
public bool CreateDefaultTempDir { get; init; } = true;
17
18
/// <summary>
19
- /// The temp directory returned by <see cref="System.IO.Path.GetTempPath()" /> on the <see cref="MockFileSystem" />.
+ /// The temporary directory used by the <see cref="MockFileSystem" />.
20
/// Defaults to <see cref="System.IO.Path.GetTempPath()" /> when <see langword="null" /> or empty.
21
/// </summary>
22
- public string TemporaryDirectory { get; init; }
+ public string? TemporaryDirectory { get; init; }
23
}
0 commit comments