1 instantiation of NullLogger
Microsoft.Extensions.Logging.Abstractions (1)
145 references to NullLogger
aspire (2)
Aspire.Cli.Tests (22)
Projects\GuestRuntimeTests.cs (20)
41var runtime = new GuestRuntime(CreateTestSpec(), NullLogger.Instance);
49var runtime = new GuestRuntime(CreateTestSpec(), NullLogger.Instance);
57var runtime = new GuestRuntime(CreateTestSpec(), NullLogger.Instance);
72var runtime = new GuestRuntime(spec, NullLogger.Instance);
91var runtime = new GuestRuntime(spec, NullLogger.Instance);
106var runtime = new GuestRuntime(spec, NullLogger.Instance);
123var runtime = new GuestRuntime(spec, NullLogger.Instance);
138var runtime = new GuestRuntime(spec, NullLogger.Instance);
157var runtime = new GuestRuntime(spec, NullLogger.Instance);
178var runtime = new GuestRuntime(spec, NullLogger.Instance);
197var runtime = new GuestRuntime(spec, NullLogger.Instance);
216var runtime = new GuestRuntime(spec, NullLogger.Instance);
234var runtime = new GuestRuntime(spec, NullLogger.Instance);
254var runtime = new GuestRuntime(spec, NullLogger.Instance);
276var runtime = new GuestRuntime(spec, NullLogger.Instance);
284var runtime = new GuestRuntime(CreateTestSpec(), NullLogger.Instance);
293var runtime = new GuestRuntime(spec, NullLogger.Instance);
314NullLogger.Instance,
341NullLogger.Instance,
375NullLogger.Instance,
Aspire.Dashboard (1)
Aspire.Dashboard.Components.Tests (6)
Aspire.Dashboard.Tests (29)
Model\ApplicationsSelectHelpersTests.cs (6)
57var app = appVMs.GetResource(NullLogger.Instance, "multiple-instanceabc", canSelectGrouping: false, null!);
74var app = appVMs.GetResource(NullLogger.Instance, "singleton", canSelectGrouping: false, null!);
91var app = appVMs.GetResource(NullLogger.Instance, "singleton-", canSelectGrouping: false, null!);
112var app = appVMs.GetResource(NullLogger.Instance, name, canSelectGrouping: false, null!);
224var app = appVMs.GetResource(NullLogger.Instance, "app", canSelectGrouping: false, null!);
261var app = appVMs.GetResource(NullLogger.Instance, "app", canSelectGrouping: true, null!);
Aspire.Hosting (7)
Aspire.Hosting.DevTunnels.Tests (7)
Aspire.Hosting.RemoteHost.Tests (2)
Aspire.Hosting.Tests (34)
ExecutionConfigurationGathererTests.cs (25)
37await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
60await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
80await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
104await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
130await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
153await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
173await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
197await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
227await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
255await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
285await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
313await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
335await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
361await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
395await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
425await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
461await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
521await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
584await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
619await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
652await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
682await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
702await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
725await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
766await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
VersionChecking\PackageUpdateHelpersTests.cs (5)
55var latestVersion = PackageUpdateHelpers.GetNewerVersion(NullLogger.Instance, new SemVersion(1), packages);
103var latestVersion = PackageUpdateHelpers.GetNewerVersion(NullLogger.Instance, new SemVersion(1), packages);
151var latestVersion = PackageUpdateHelpers.GetNewerVersion(NullLogger.Instance, new SemVersion(10, prerelease: ["dev"]), packages);
165var latestVersion = PackageUpdateHelpers.GetNewerVersion(NullLogger.Instance, new SemVersion(1), packages);
213var latestVersion = PackageUpdateHelpers.GetNewerVersion(NullLogger.Instance, new SemVersion(1), packages);
Aspire.RabbitMQ.Client.Tests (1)
Aspire.RabbitMQ.Client.v6.Tests (1)
Aspire.TestUtilities (1)
Microsoft.AspNetCore.CookiePolicy (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.HttpLogging (2)
Microsoft.AspNetCore.Rewrite (1)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Tests (4)
Microsoft.Extensions.Caching.Hybrid (1)
Microsoft.Extensions.Caching.Hybrid.Tests (3)
Microsoft.Extensions.Logging (1)
Microsoft.Extensions.Logging.Abstractions (8)
Microsoft.Extensions.ServiceDiscovery.Tests (1)
Microsoft.Extensions.Telemetry (1)
Microsoft.Maui (3)
Microsoft.Maui.Maps (2)