5 implementations of Detect
Aspire.Hosting.CodeGeneration.Go (1)
GoLanguageSupport.cs (1)
109public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.Java (1)
JavaLanguageSupport.cs (1)
93public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.Python (1)
PythonLanguageSupport.cs (1)
121public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.Rust (1)
RustLanguageSupport.cs (1)
108public DetectionResult Detect(string directoryPath)
Aspire.Hosting.CodeGeneration.TypeScript (1)
TypeScriptLanguageSupport.cs (1)
126public DetectionResult Detect(string directoryPath)
1 reference to Detect
aspire-server (1)
Language\LanguageService.cs (1)
81var result = languageSupport.Detect(directoryPath);