1 instantiation of InfoResponse
Microsoft.WebTools.AspireService.Tests (1)
InfoResponse.cs (1)
20public static InfoResponse Instance = new () {ProtocolsSupported = new string[]
5 references to InfoResponse
Microsoft.WebTools.AspireService.Tests (5)
AspireServerService.cs (2)
209app.MapGet(InfoResponse.Url, GetInfoAsync); 266await context.Response.WriteAsJsonAsync(InfoResponse.Instance, JsonSerializerOptions, _shutdownCancellationTokenSource.Token);
AspireServerServiceTests.cs (2)
284var response = await client.GetAsync(InfoResponse.Url); 303var response = await client.GetAsync(InfoResponse.Url);
InfoResponse.cs (1)
20public static InfoResponse Instance = new () {ProtocolsSupported = new string[]