[Save/Sync] Big If tru Rewrite in progress.
- Removed IProcessors - Removed old ModConfigService format. - Converting to ContentPath from absolute paths where possible. - Added: Microsoft.Toolkit.Diagnostics package.
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ public class ConfigIOService : IConfigIOService
|
||||
|
||||
try
|
||||
{
|
||||
var infos = await _storageService.LoadPackageXmlFilesAsync(src.OwnerPackage, src.FilePaths);
|
||||
var infos = await _storageService.LoadPackageXmlFilesAsync(src.OwnerPackage, [..src.FilePaths.Select(fp => fp.FullPath)]);
|
||||
if (infos.IsDefaultOrEmpty)
|
||||
return FluentResults.Result.Fail($"{nameof(TryParseResourceAsync)}: No resources found.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user