FlagDuplicates

CA1510
Complete
This commit is contained in:
2024-11-18 14:30:19 -07:00
parent 2c4e45486c
commit 0475533f8e
4 changed files with 17 additions and 15 deletions

View File

@ -339,10 +339,10 @@ public class ProcessData : IProcessData
return result;
}
#pragma warning disable IDE0060
private void Parse(IFileRead fileRead, Logistics logistics, List<FileInfo> fileInfoCollection)
#pragma warning restore IDE0060
{
if (fileRead is null)
throw new ArgumentNullException(nameof(fileRead));
Lot = "LotID";
Detail detail;
string[] segments;