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