1 write to AgentLogger
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
HotReloadClientTests.cs (1)
21AgentLogger = new TestLogger(output);
4 references to AgentLogger
Microsoft.Extensions.DotNetDeltaApplier.Tests (4)
HotReloadClientTests.cs (4)
22Client = new DefaultHotReloadClient(Logger, AgentLogger, startupHookPath: "", enableStaticAssetUpdates: true); 72Assert.Contains("[Debug] Writing capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType", test.AgentLogger.GetAndClearMessages()); 107var agentMessages = test.AgentLogger.GetAndClearMessages(); 141var agentMessages = test.AgentLogger.GetAndClearMessages();