corgibytes/freshli-agent-dotnet

View on GitHub

Showing 1 of 1 total issue

Method ProcessManifest has 71 lines of code (exceeds 65 allowed). Consider refactoring.
Open

public async Task<string> ProcessManifest(string manifestFilePath, DateTimeOffset? asOfDate)
{
if (!File.Exists(manifestFilePath))
{
throw new FileNotFoundException("Manifest file was not found", manifestFilePath);
Severity: Major
Found in Corgibytes.Freshli.Agent.DotNet/Lib/ManifestProcessor.cs - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language