Last active
August 24, 2020 20:07
-
-
Save samueleresca/0299c298a3699d5f163b06ad8135bd72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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