1 write to WatchExecute
aspire (1)
BackchannelJsonSerializerContext.RuntimeSpec.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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] },
4 references to WatchExecute
aspire (4)
BackchannelJsonSerializerContext.RuntimeSpec.g.cs (2)
193Getter = static obj => ((global::Aspire.Hosting.Ats.RuntimeSpec)obj).WatchExecute, 251CommandSpecSerializeHandler(writer, ((global::Aspire.Hosting.Ats.RuntimeSpec)value).WatchExecute);
Projects\GuestRuntime.cs (2)
115var commandSpec = watchMode && _spec.WatchExecute is not null 116? _spec.WatchExecute