1 write to Language
aspire (1)
BackchannelJsonSerializerContext.RuntimeSpec.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Hosting.Ats.RuntimeSpec(){
Language
= (string)args[0], DisplayName = (string)args[1], CodeGenLanguage = (string)args[2], DetectionPatterns = (string[])args[3], InstallDependencies = (global::Aspire.Hosting.Ats.CommandSpec)args[4], Execute = (global::Aspire.Hosting.Ats.CommandSpec)args[5], WatchExecute = (global::Aspire.Hosting.Ats.CommandSpec)args[6], PublishExecute = (global::Aspire.Hosting.Ats.CommandSpec)args[7] },
6 references to Language
aspire (6)
BackchannelJsonSerializerContext.RuntimeSpec.g.cs (2)
58
Getter = static obj => ((global::Aspire.Hosting.Ats.RuntimeSpec)obj).
Language
,
241
writer.WriteString(PropName_Language, ((global::Aspire.Hosting.Ats.RuntimeSpec)value).
Language
);
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);