9 references to Dependencies
dotnet-svcutil-lib.Tests (9)
MSBuildProjTests.cs (8)
44
Assert.NotEmpty(build.
Dependencies
);
45
Assert.Contains(build.
Dependencies
, x => x.Name == "xunit" && x.Version == "2.4.1");
64
Assert.NotEmpty(build.
Dependencies
);
65
Assert.Contains(build.
Dependencies
, x => x.Name == "xunit" && x.Version == "2.4.1");
83
Assert.NotEmpty(build.
Dependencies
);
84
Assert.Contains(build.
Dependencies
, x => x.Name == "xunit" && x.Version == "2.4.1");
103
Assert.NotEmpty(build.
Dependencies
);
104
Assert.Contains(build.
Dependencies
, x => x.Name == "xunit" && x.Version == "2.4.1");
ProjectUtils.cs (1)
65
if (!project.
Dependencies
.Any(d => d.Equals(svcutilPkgRef)))