9 references to AddFakeLogging
Aspire.Hosting.Containers.Tests (1)
WithDockerfileTests.cs (1)
56logging.AddFakeLogging();
Aspire.Hosting.Tests (3)
Codespaces\CodespacesUrlRewriterTests.cs (1)
24logging.AddFakeLogging();
HealthCheckTests.cs (1)
110b.AddFakeLogging();
WaitForTests.cs (1)
531b.AddFakeLogging();
Aspire.Playground.Tests (1)
Infrastructure\DistributedApplicationTestFactory.cs (1)
37logging.AddFakeLogging();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Logging\AcceptanceTests.cs (1)
115.AddFakeLogging())
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\LoggingChatClientTests.cs (1)
32using var factory = LoggerFactory.Create(b => b.AddFakeLogging());
Embeddings\LoggingEmbeddingGeneratorTests.cs (1)
31using var factory = LoggerFactory.Create(b => b.AddFakeLogging());
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLoggerServiceCollectionExtensions.cs (1)
40=> services.AddLogging(builder => builder.AddFakeLogging());