5 references to DetectionRecurseLimit
aspire (3)
Projects\ILanguageDiscovery.cs (3)
93/// Scans <paramref name="directory"/> (up to <see cref="DetectionRecurseLimit"/> 102return Utils.FileSystemHelper.FindFirstFile(directory, DetectionRecurseLimit, DetectionPatterns); 158/// file patterns up to <see cref="LanguageInfo.DetectionRecurseLimit"/> levels
Aspire.Cli.Tests (2)
Commands\DoctorCommandTests.cs (2)
242var appHostFile = CreateDeepAppHostFile(workspace, depth: LanguageInfo.DetectionRecurseLimit + 1); 404var appHostFile = CreateDeepAppHostFile(workspace, depth: LanguageInfo.DetectionRecurseLimit + 1);