Showing 1 of 1 total issue
Method ProcessManifest
has 71 lines of code (exceeds 65 allowed). Consider refactoring. Open
Open
public async Task<string> ProcessManifest(string manifestFilePath, DateTimeOffset? asOfDate) { if (!File.Exists(manifestFilePath)) { throw new FileNotFoundException("Manifest file was not found", manifestFilePath);