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