Skip to content
Docs Try Aspire

ILanguageSupport

Interface net8.0
📦 Aspire.TypeSystem v13.2.0
Interface for providing language-specific support for polyglot AppHosts. Implementations provide scaffolding, detection, and runtime execution configuration.
namespace Aspire.TypeSystem;
public interface ILanguageSupport
{
// ...
}