Implemented interface member:
method
CreateStepAsync
Aspire.Hosting.Publishing.IPublishingActivityProgressReporter.CreateStepAsync(System.String, System.Threading.CancellationToken)
2 references to CreateStepAsync
Aspire.Hosting.Tests (2)
Publishing\NullPublishingActivityProgressReporterTests.cs (1)
17var step = await reporter.CreateStepAsync("step initial", default);
Publishing\PublishingExtensionsTests.cs (1)
49var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None);