fixed bugs related to index check and gc

This commit is contained in:
2025-04-05 09:42:39 +05:00
parent c4ab4028ae
commit 5de3a94a46
4 changed files with 19 additions and 7 deletions
-1
View File
@@ -12,7 +12,6 @@ global using Directory = DTLib.Filesystem.Directory;
global using File = DTLib.Filesystem.File;
global using Path = DTLib.Filesystem.Path;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Text.Encodings.Web;
using DTLib.Dtsod;