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