1 instantiation of InfoResponse
dotnet-watch (1)
InfoResponse.cs (1)
20public static InfoResponse Instance = new () {ProtocolsSupported = new string[]
3 references to InfoResponse
dotnet-watch (3)
AspireServerService.cs (2)
209app.MapGet(InfoResponse.Url, GetInfoAsync); 266await context.Response.WriteAsJsonAsync(InfoResponse.Instance, JsonSerializerOptions, _shutdownCancellationTokenSource.Token);
InfoResponse.cs (1)
20public static InfoResponse Instance = new () {ProtocolsSupported = new string[]