5 implementations of Detect
Aspire.Hosting.CodeGeneration.Go (1)
GoLanguageSupport.cs (1)
110public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.Java (1)
JavaLanguageSupport.cs (1)
118public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.Python (1)
PythonLanguageSupport.cs (1)
140public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.Rust (1)
RustLanguageSupport.cs (1)
114public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.TypeScript (1)
TypeScriptLanguageSupport.cs (1)
224public DetectionResult Detect(string directoryPath)
1 reference to Detect
Aspire.Hosting.RemoteHost (1)
Language\LanguageService.cs (1)
98var result = languageSupport.Detect(directoryPath);