6 references to TaskName
Microsoft.Build.Tasks.UnitTests (6)
RoslynCodeTaskFactory_Tests.cs (6)
581expectedErrorMessage: $"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."); 672expectedErrorMessage: $"The <Code> element is missing for the \"{TaskName}\" task. This element is required."); 922TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 927bool success = RoslynCodeTaskFactory.TryLoadTaskBody(log, TaskName, taskBody, new List<TaskPropertyInfo>(), out RoslynCodeTaskFactoryTaskInfo _); 948TaskLoggingHelper log = new TaskLoggingHelper(buildEngine, TaskName) 953bool success = RoslynCodeTaskFactory.TryLoadTaskBody(log, TaskName, taskBody, parameters ?? new List<TaskPropertyInfo>(), out RoslynCodeTaskFactoryTaskInfo taskInfo);