10 references to NotFound
Aspire.Hosting.CodeGeneration.Go (2)
GoLanguageSupport.cs (2)
114return DetectionResult.NotFound; 120return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.Java (1)
JavaLanguageSupport.cs (1)
98return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.Python (2)
PythonLanguageSupport.cs (2)
126return DetectionResult.NotFound; 132return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.Rust (2)
RustLanguageSupport.cs (2)
113return DetectionResult.NotFound; 119return DetectionResult.NotFound;
Aspire.Hosting.CodeGeneration.TypeScript (2)
TypeScriptLanguageSupport.cs (2)
132return DetectionResult.NotFound; 139return DetectionResult.NotFound;
aspire-server (1)
Language\LanguageService.cs (1)
90return DetectionResult.NotFound;