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