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