3 references to None
Aspire.Hosting (2)
ApplicationModel\HttpCommandOptions.cs (1)
70
/// when <see cref="GetCommandResult"/> is not specified. The default is <see cref="HttpCommandResultMode.
None
"/>.
ResourceBuilderExtensions.cs (1)
3901
case HttpCommandResultMode.
None
:
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
22
Assert.Equal(0, (int)HttpCommandResultMode.
None
);