11 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)
109b.AddFakeLogging();
WaitForTests.cs (1)
530b.AddFakeLogging();
Aspire.Playground.Tests (1)
Infrastructure\DistributedApplicationTestFactory.cs (1)
37logging.AddFakeLogging();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Logging\AcceptanceTests.cs (1)
159.AddFakeLogging())
Microsoft.Extensions.AI.OpenAI.Tests (1)
OpenAISpeechToTextClientTests.cs (1)
55using var factory = LoggerFactory.Create(b => b.AddFakeLogging());
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\LoggingChatClientTests.cs (1)
32using var factory = LoggerFactory.Create(b => b.AddFakeLogging());
Embeddings\LoggingEmbeddingGeneratorTests.cs (1)
31using var factory = LoggerFactory.Create(b => b.AddFakeLogging());
SpeechToText\LoggingSpeechToTextClientTests.cs (1)
34using var factory = LoggerFactory.Create(b => b.AddFakeLogging());
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLoggerServiceCollectionExtensions.cs (1)
40=> services.AddLogging(builder => builder.AddFakeLogging());