4 references to ActivityReporter
Aspire.Hosting.Tests (4)
PublishingTests.cs (4)
284
Assert.NotNull(context.
ActivityReporter
);
285
Assert.IsAssignableFrom<IPublishingActivityReporter>(context.
ActivityReporter
);
288
var reporter1 = context.
ActivityReporter
;
289
var reporter2 = context.
ActivityReporter
;