diff --git a/Examples/Directory.Build.props b/Examples/Directory.Build.props
index a0a965eec..0e4816f01 100644
--- a/Examples/Directory.Build.props
+++ b/Examples/Directory.Build.props
@@ -36,7 +36,7 @@
-
+
diff --git a/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj b/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj
index abeec977a..214b7e48a 100644
--- a/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj
+++ b/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs b/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs
index aaadcef2a..a21f2095b 100644
--- a/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs
+++ b/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs
@@ -61,7 +61,7 @@ private FileStreamMock(MemoryStream stream,
FileOptions options)
: base(
stream,
- path == null ? null : fileSystem.Path.GetFullPath(path),
+ path == null ? "" : fileSystem.Path.GetFullPath(path),
(options & FileOptions.Asynchronous) != 0)
{
ThrowIfInvalidModeAccess(mode, access);