1 write to Id
Aspire.Hosting (1)
Publishing\PublishingActivityProgressReporter.cs (1)
53
Id
= id;
11 references to Id
Aspire.Hosting (9)
Publishing\NullPublishingActivityProgressReporter.cs (1)
36
var task = new PublishingTask(Guid.NewGuid().ToString(), step.
Id
, statusText, step)
Publishing\PublishingActivityProgressReporter.cs (8)
385
_steps.TryAdd(step.
Id
, step);
392
Id = step.
Id
,
405
if (!_steps.TryGetValue(step.
Id
, out var parentStep))
407
throw new InvalidOperationException($"Step with ID '{step.
Id
}' does not exist.");
414
throw new InvalidOperationException($"Cannot create task for step '{step.
Id
}' because the step is already complete.");
418
var task = new PublishingTask(Guid.NewGuid().ToString(), step.
Id
, statusText, parentStep)
434
StepId = step.
Id
455
Id = step.
Id
,
Aspire.Hosting.Tests (2)
Publishing\NullPublishingActivityProgressReporterTests.cs (1)
35
Assert.Equal(step.
Id
, task.StepId);
Publishing\PublishingExtensionsTests.cs (1)
56
Assert.Equal(step.
Id
, task.StepId);