Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active August 24, 2020 20:07
Show Gist options
  • Save samueleresca/0299c298a3699d5f163b06ad8135bd72 to your computer and use it in GitHub Desktop.
Save samueleresca/0299c298a3699d5f163b06ad8135bd72 to your computer and use it in GitHub Desktop.
public class VerificationResult
{
Dictionary<Check, CheckResult> CheckResults;
Dictionary<IAnalyzer<IMetric>, IMetric> Metrics;
CheckStatus Status;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment