19 writes to Include
Microsoft.Extensions.ApiDescription.Client.Tests (19)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (2)
73
=> WithItem(new ItemSpec { Name = itemName,
Include
= include, Condition = condition });
120
return WithItem(new ItemSpec { Name = "ProjectReference",
Include
= reference.Path, Watch = watch });
TargetTest.cs (17)
70
Include
= "files/azureMonitor.json",
91
Include
= "files/azureMonitor.json",
113
Include
= "files/azureMonitor.json;files/NSwag.json;files/swashbuckle.json",
138
Include
= "files/azureMonitor.json",
166
Include
= "files/azureMonitor.json",
191
Include
= "files/azureMonitor.json",
216
Include
= "files/azureMonitor.json",
240
Include
= "files/azureMonitor.json",
267
Include
= "files/azureMonitor.json",
292
Include
= "files/azureMonitor.json",
317
Include
= "files/azureMonitor.json",
342
Include
= "files/azureMonitor.json",
369
Include
= "files/azureMonitor.json;files/NSwag.json;files/swashbuckle.json",
405
Include
= "files/azureMonitor.json",
409
Include
= "files/azureMonitor.json",
442
Include
= "files/azureMonitor.json",
479
Include
= "files/azureMonitor.json",
2 references to Include
Microsoft.Extensions.ApiDescription.Client.Tests (2)
src\Tools\Shared\TestHelpers\TemporaryCSharpProject.cs (2)
79
if (item.
Include
!= null)
81
sb.Append(" Include=\"").Append(item.
Include
).Append('"');