1 instantiation of DefaultHotReloadClient
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
HotReloadClientTests.cs (1)
22
Client = new
DefaultHotReloadClient
(Logger, AgentLogger, startupHookPath: "", enableStaticAssetUpdates: true);
1 reference to DefaultHotReloadClient
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
HotReloadClientTests.cs (1)
14
public readonly
DefaultHotReloadClient
Client;