Skip to content

Commit 1dc5bf4

Browse files
KSemenenkoCopilot
andauthored
Update ManagedCode.Storage.VirtualFileSystem/Implementations/VirtualFileSystem.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab47a4d commit 1dc5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedCode.Storage.VirtualFileSystem/Implementations/VirtualFileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public VirtualFileSystem(
4040
_metadataManager = metadataManager ?? throw new ArgumentNullException(nameof(metadataManager));
4141
_cache = cache ?? throw new ArgumentNullException(nameof(cache));
4242
_logger = logger ?? throw new ArgumentNullException(nameof(logger));
43-
_options = options.Value ?? throw new ArgumentNullException(nameof(options));
43+
_options = options.Value ?? throw new ArgumentNullException("options.Value");
4444

4545
ContainerName = _options.DefaultContainer;
4646
}

0 commit comments

Comments
 (0)