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 6854315 commit 30aec35Copy full SHA for 30aec35
src/Atypical.VirtualFileSystem.Core/SystemOperations/VFS.Constants.cs
@@ -9,7 +9,7 @@ namespace Atypical.VirtualFileSystem.Core;
9
/// <summary>
10
/// Constants used by the Virtual File System.
11
/// </summary>
12
-public partial record VFS : IVirtualFileSystem
+public partial record VFS
13
{
14
15
/// The root path.
src/Atypical.VirtualFileSystem.Core/SystemOperations/VFS.ExceptionHelpers.cs
@@ -3,7 +3,7 @@
3
4
/// Provides helper methods for throwing exceptions related to the virtual file system.
5
6
7
8
/// Throws a VFSException indicating that a virtual file was not found.
0 commit comments