Skip to content

Commit

Permalink
fix: change metrics collect method name
Browse files Browse the repository at this point in the history
  • Loading branch information
JiayuW2 committed Jan 29, 2024
1 parent a35730e commit 542cae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ string solutionGuid
}
}

public static void DllAssessmentCollect(CompatibilityCheckerResponse result, string targetFramework, string version, string source, double analysisTime, string tag, string accountId)
public static void SolutionAssessmentCollect(CompatibilityCheckerResponse result, string targetFramework, string version, string source, double analysisTime, string tag, string accountId)
{
var date = DateTime.Now;
var metrics = new ArrayList();
Expand Down

0 comments on commit 542cae6

Please sign in to comment.