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)
71
Include
= "files/azureMonitor.json",
92
Include
= "files/azureMonitor.json",
114
Include
= "files/azureMonitor.json;files/NSwag.json;files/swashbuckle.json",
139
Include
= "files/azureMonitor.json",
167
Include
= "files/azureMonitor.json",
192
Include
= "files/azureMonitor.json",
217
Include
= "files/azureMonitor.json",
241
Include
= "files/azureMonitor.json",
268
Include
= "files/azureMonitor.json",
293
Include
= "files/azureMonitor.json",
318
Include
= "files/azureMonitor.json",
343
Include
= "files/azureMonitor.json",
370
Include
= "files/azureMonitor.json;files/NSwag.json;files/swashbuckle.json",
406
Include
= "files/azureMonitor.json",
410
Include
= "files/azureMonitor.json",
443
Include
= "files/azureMonitor.json",
480
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('"');