- Removed all MoveImmute situations.

- Added filtering and ordering functions for package resources.
This commit is contained in:
MapleWheels
2026-01-26 16:37:51 -05:00
committed by Maplewheels
parent 60ed549605
commit f9a467453a
8 changed files with 56 additions and 24 deletions
@@ -187,7 +187,7 @@ public sealed partial class ConfigService : IConfigService
}));
}
var taskResults = await Task.WhenAll(taskBuilder.MoveToImmutable());
var taskResults = await Task.WhenAll(taskBuilder.ToImmutable());
if (toProcessErrors.Count > 0)
{