ILanguageSupport
Interface net8.0
Interface for providing language-specific support for polyglot AppHosts. Implementations provide scaffolding, detection, and runtime execution configuration.
namespace Aspire.TypeSystem;
public interface ILanguageSupport{ // ...}Properties1
Section titled PropertiesMethods3
Section titled MethodsDetect(string)abstract Detects if a directory contains an AppHost for this language.
GetRuntimeSpecabstract Gets the runtime execution specification for this language.
Scaffold(ScaffoldRequest)abstractDictionary<string, string> Generates scaffold files for a new project.