11 references to NotFound
Aspire.Hosting.CodeGeneration.Go (2)
GoLanguageSupport.cs (2)
115return DetectionResult.NotFound; 121return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.Java (1)
JavaLanguageSupport.cs (1)
132return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.Python (3)
PythonLanguageSupport.cs (3)
138/// otherwise <see cref="DetectionResult.NotFound"/>. 145return DetectionResult.NotFound; 153return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.Rust (2)
RustLanguageSupport.cs (2)
119return DetectionResult.NotFound; 125return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.TypeScript (2)
TypeScriptLanguageSupport.cs (2)
232return DetectionResult.NotFound; 239return DetectionResult.NotFound;
Aspire.Hosting.RemoteHost (1)
Language\LanguageService.cs (1)
110return DetectionResult.NotFound;