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