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