5 references to Json
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3903case HttpCommandResultMode.Json:
Aspire.Hosting.Tests (3)
WithHttpCommandTests.cs (3)
24Assert.Equal(2, (int)HttpCommandResultMode.Json); 72ResultMode = HttpCommandResultMode.Json 835service.WithHttpCommand("/token", "Generate Token", commandName: "mycommand", commandOptions: new() { HttpClientName = "commandclient", ResultMode = HttpCommandResultMode.Json });
Stress.AppHost (1)
CommandResources.cs (1)
908serviceBuilder.WithHttpCommand("/http-command-json-result", "HTTP command JSON result", commandOptions: new() { Method = HttpMethod.Get, IconName = "ContentViewGalleryLightning", ResultMode = HttpCommandResultMode.Json, Description = "Run an HTTP command and flow the JSON response back to the caller" });