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