4 references to Type
Microsoft.DotNet.HotReload.Watch (4)
src\sdk\src\Dotnet.Watch\HotReloadClient\DefaultHotReloadClient.cs (4)
59if (r.Type != ResponseType.InitializationResponse) 61Logger.LogError("Expected initialization response, got: {ResponseType}", r.Type); 109switch (r.Type) 123Logger.LogError("Unexpected response received from the agent: {ResponseType}", r.Type);