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 99db22e commit 243f40cCopy full SHA for 243f40c
src/Ramstack.FileSystem.Physical/PhysicalDirectory.cs
@@ -118,7 +118,7 @@ protected override IAsyncEnumerable<VirtualFile> GetFilesCoreAsync(CancellationT
118
119
VirtualFile FindTransform(ref FileSystemEntry entry)
120
{
121
- Debug.Assert(entry.IsDirectory == false);
+ Debug.Assert(!entry.IsDirectory);
122
123
var fullName = VirtualPath.Join(FullName, entry.FileName);
124
var physicalPath = entry.ToFullPath();
0 commit comments