4 references to ActivityReporter
Aspire.Hosting.Tests (4)
PublishingTests.cs (4)
245
Assert.NotNull(context.
ActivityReporter
);
246
Assert.IsAssignableFrom<IPublishingActivityReporter>(context.
ActivityReporter
);
249
var reporter1 = context.
ActivityReporter
;
250
var reporter2 = context.
ActivityReporter
;