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