Created tests
This commit is contained in:
@ -66,6 +66,8 @@ public class WorkItem
|
||||
WorkItemType = workItemType;
|
||||
}
|
||||
|
||||
public override string ToString() => $"{Id} - {WorkItemType} - {Title}";
|
||||
|
||||
public static WorkItem Get(WorkItem workItem, string? violation)
|
||||
{
|
||||
WorkItem result = new(workItem.AreaPath,
|
||||
|
Reference in New Issue
Block a user