5 writes to DisplayImmediately
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3339
commandOptions.
DisplayImmediately
= displayImmediately;
Aspire.Hosting.Tests (3)
WithProcessCommandTests.cs (3)
32
options.
DisplayImmediately
= false;
593
DisplayImmediately
= false
705
DisplayImmediately
= false
Stress.AppHost (1)
CommandResources.cs (1)
622
DisplayImmediately
= false
5 references to DisplayImmediately
Aspire.Hosting (4)
ApplicationModel\ProcessCommandOptions.cs (1)
80
/// When specified, <see cref="SuccessExitCodes"/>, <see cref="MaxOutputLineCount"/>, and <see cref="
DisplayImmediately
"/>
ResourceBuilderExtensions.cs (3)
3097
/// to control the number of returned output lines. Configure <see cref="ProcessCommandOptions.
DisplayImmediately
"/> to
3156
/// to control the number of returned output lines. Configure <see cref="ProcessCommandOptions.
DisplayImmediately
"/> to
3493
DisplayImmediately = commandOptions.
DisplayImmediately
Aspire.Hosting.Tests (1)
WithProcessCommandTests.cs (1)
39
Assert.True(defaultOptions.
DisplayImmediately
);