1 write to _reporter
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
1207
_reporter
= reporter;
4 references to _reporter
Aspire.Hosting.Azure.Tests (4)
AzureDeployerTests.cs (4)
1215
_reporter
.CompletedSteps.Add((_title, completionText, completionState));
1221
_reporter
.CreatedTasks.Add((_title, statusText));
1222
return Task.FromResult<IReportingTask>(new TestReportingTask(
_reporter
, statusText));
1227
_reporter
.LoggedMessages.Add((_title, logLevel, message));