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