コード例 #1
0
ファイル: EvaluationLoggingContext.cs プロジェクト: 3F/IeXod
 public EvaluationLoggingContext(ILoggingService loggingService, BuildEventContext buildEventContext, string projectFile) :
     base(
         loggingService,
         loggingService.CreateEvaluationBuildEventContext(buildEventContext.NodeId, buildEventContext.SubmissionId))
 {
     _projectFile = projectFile;
     IsValid      = true;
 }