Implemented interface member:
method
CreateStepAsync
Aspire.Hosting.Publishing.IPublishingActivityReporter.CreateStepAsync(System.String, System.Threading.CancellationToken)
30 references to CreateStepAsync
Aspire.Hosting.Tests (30)
Publishing\PublishingActivityReporterTests.cs (24)
27var step = await reporter.CreateStepAsync(title, CancellationToken.None); 58var step = await reporter.CreateStepAsync("Parent Step", CancellationToken.None); 110var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 129var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 160var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 191var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 195var dummyStep = await reporter.CreateStepAsync("Dummy Step", CancellationToken.None); 213var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 232var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 267var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 329var step1 = await reporter.CreateStepAsync("Step 1", CancellationToken.None); 330var step2 = await reporter.CreateStepAsync("Step 2", CancellationToken.None); 331var step3 = await reporter.CreateStepAsync("Step 3", CancellationToken.None); 366var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 383var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 403var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 422var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 455await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 540var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 555var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 583var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 617var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 642var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 677var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None);
Publishing\PublishingExtensionsTests.cs (6)
19await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 38await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 56await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 75await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 93await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None); 111await using var step = await reporter.CreateStepAsync("Test Step", CancellationToken.None);