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