4 references to Language
aspire (4)
Projects\GuestRuntime.cs (4)
34
public string Language => _spec.
Language
;
51
_logger.LogDebug("No dependency installation configured for {Language}", _spec.
Language
);
205
_logger.LogDebug("{Language}({ProcessId}) stdout: {Line}", _spec.
Language
, process.Id, e.Data);
214
_logger.LogDebug("{Language}({ProcessId}) stderr: {Line}", _spec.
Language
, process.Id, e.Data);