2 references to FileUtil
Aspire.Playground.Tests (2)
tests\Aspire.TestUtilities\RequiresFeatureAttribute.cs (1)
171
return s_executablesOnPath.GetOrAdd(executable, static e =>
FileUtil
.FindFullPathFromPath(e) is not null);
tests\Aspire.TestUtilities\RequiresToolsAttribute.cs (1)
25
if (!_executablesOnPath.All(executable =>
FileUtil
.FindFullPathFromPath(executable) is not null))