6 references to TaskName
Microsoft.Build.Tasks.UnitTests (6)
RoslynCodeTaskFactory_Tests.cs (6)
587expectedErrorMessage: $"The \"Include\" attribute of the <Reference> element in the task \"{TaskName}\" has been set but is empty. Make sure the attribute has a proper value."); 678expectedErrorMessage: $"The <Code> element is missing for the \"{TaskName}\" task. This element is required."); 928TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 933bool success = RoslynCodeTaskFactory.TryLoadTaskBody(log, TaskName, taskBody, new List<TaskPropertyInfo>(), out RoslynCodeTaskFactoryTaskInfo _); 954TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 959bool success = RoslynCodeTaskFactory.TryLoadTaskBody(log, TaskName, taskBody, parameters ?? new List<TaskPropertyInfo>(), out RoslynCodeTaskFactoryTaskInfo taskInfo);