4 references to IsUnderDirectory
aspire (3)
Projects\ProjectLocator.cs (3)
913
.Where(c =>
IsUnderDirectory
(c.AppHostFile, directory, environment))
925
.Where(c =>
IsUnderDirectory
(c.AppHostFile, directory, environment))
954
if (searchResults.UnsupportedProjects.Any(file =>
IsUnderDirectory
(file, directory, environment)))
Aspire.Cli.Tests (1)
Projects\ProjectLocatorTests.cs (1)
2549
var result = ProjectLocator.
IsUnderDirectory
(file, directory, TestEnvironment.CreateMacOS());