1 instantiation of NullPublishingActivityProgressReporter
Aspire.Hosting (1)
Publishing\NullPublishingActivityProgressReporter.cs (1)
17
public static NullPublishingActivityProgressReporter Instance { get; } = new
NullPublishingActivityProgressReporter
();
4 references to NullPublishingActivityProgressReporter
Aspire.Hosting (2)
Publishing\NullPublishingActivityProgressReporter.cs (2)
15
/// Gets the singleton instance of <see cref="
NullPublishingActivityProgressReporter
"/>.
17
public static
NullPublishingActivityProgressReporter
Instance { get; } = new NullPublishingActivityProgressReporter();
Aspire.Hosting.Tests (2)
Publishing\NullPublishingActivityProgressReporterTests.cs (2)
16
var
reporter =
NullPublishingActivityProgressReporter
.Instance;