2 references to Default
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1781
commandOptions ??= HttpCommandOptions.
Default
;
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
204
var method = httpMethod is not null ? new HttpMethod(httpMethod) : HttpCommandOptions.
Default
.Method;