Infineon.EAF.Runtime v2.59.0

This commit is contained in:
2025-02-24 14:07:50 -07:00
parent 1a9055b2cd
commit 87c9149e7e
24 changed files with 1029 additions and 191 deletions

View File

@ -27,6 +27,8 @@ public class FileRead : Shared.FileRead, IFileRead
throw new Exception(cellInstanceConnectionName);
if (_IsDuplicator)
throw new Exception(cellInstanceConnectionName);
if (_IsEAFHosted)
NestExistingFiles(_FileConnectorConfiguration);
}
void IFileRead.Move(Tuple<string, Test[], JsonElement[], List<FileInfo>> extractResults, Exception exception) => Move(extractResults);