4 references to GetDefaultHttpCommandResultAsync
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3758return await GetDefaultHttpCommandResultAsync(response, commandOptions, context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (3)
WithHttpCommandTests.cs (3)
55var result = await ResourceBuilderExtensions.GetDefaultHttpCommandResultAsync(response, new HttpCommandOptions(), CancellationToken.None); 70var result = await ResourceBuilderExtensions.GetDefaultHttpCommandResultAsync(response, new HttpCommandOptions 89var result = await ResourceBuilderExtensions.GetDefaultHttpCommandResultAsync(response, new HttpCommandOptions