4 references to NotExist
dotnet.Tests (3)
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (2)
680
new DirectoryInfo(appPathCalculator.GetOutputDirectory(configuration: "Debug")).Should().
NotExist
(reasonString);
685
new DirectoryInfo(libPathCalculator.GetOutputDirectory(configuration: "Debug")).Should().
NotExist
(reasonString);
CommandTests\Solution\Remove\GivenDotnetSlnRemove.cs (1)
519
new DirectoryInfo(outputCalculator.GetOutputDirectory(configuration: "Debug")).Should().
NotExist
(reasonString);
Microsoft.NET.Build.Tests (1)
GivenThatWeWantToBuildASelfContainedApp.cs (1)
230
new DirectoryInfo(path).Should().
NotExist
("Runtime Pack should have been resolved from packs folder");