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