1 instantiation of InfoResponse
Microsoft.DotNet.HotReload.Watch (1)
InfoResponse.cs (1)
20public static InfoResponse Instance = new () {ProtocolsSupported = new string[]
3 references to InfoResponse
Microsoft.DotNet.HotReload.Watch (3)
AspireServerService.cs (2)
217app.MapGet(InfoResponse.Url, GetInfoAsync); 274await context.Response.WriteAsJsonAsync(InfoResponse.Instance, JsonSerializerOptions, _shutdownCancellationTokenSource.Token);
InfoResponse.cs (1)
20public static InfoResponse Instance = new () {ProtocolsSupported = new string[]