1 write to Id
Aspire.Hosting (1)
Publishing\PublishingActivityProgressReporter.cs (1)
181Id = id;
9 references to Id
Aspire.Hosting (7)
Publishing\PublishingActivityProgressReporter.cs (7)
99_tasks.TryAdd(task.Id, task); 431Id = task.Id, 476throw new InvalidOperationException($"Cannot update task '{task.Id}' because its parent step '{task.StepId}' is already complete."); 487Id = task.Id, 506throw new InvalidOperationException($"Cannot complete task '{task.Id}' with state '{task.CompletionState}'. Only 'InProgress' tasks can be completed."); 513throw new InvalidOperationException($"Cannot complete task '{task.Id}' because its parent step '{task.StepId}' is already complete."); 525Id = task.Id,
Aspire.Hosting.Tests (2)
Publishing\NullPublishingActivityProgressReporterTests.cs (2)
33Assert.NotNull(task.Id); 34Assert.NotEmpty(task.Id);