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