4 references to Language
aspire (4)
Projects\GuestRuntime.cs (4)
34public 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);