8 references to CommandSpec
aspire (8)
Backchannel\BackchannelJsonSerializerContext.cs (1)
19[JsonSerializable(typeof(CommandSpec))]
Projects\GuestRuntime.cs (3)
115var commandSpec = watchMode && _spec.WatchExecute is not null 139var commandSpec = _spec.PublishExecute ?? _spec.Execute; 145CommandSpec commandSpec,
src\Aspire.Hosting\Ats\RuntimeSpec.cs (4)
37public CommandSpec? InstallDependencies { get; init; } 42public required CommandSpec Execute { get; init; } 47public CommandSpec? WatchExecute { get; init; } 52public CommandSpec? PublishExecute { get; init; }