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