5 writes to DisplayImmediately
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3339commandOptions.DisplayImmediately = displayImmediately;
Aspire.Hosting.Tests (3)
WithProcessCommandTests.cs (3)
32options.DisplayImmediately = false; 593DisplayImmediately = false 705DisplayImmediately = false
Stress.AppHost (1)
CommandResources.cs (1)
622DisplayImmediately = 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 3493DisplayImmediately = commandOptions.DisplayImmediately
Aspire.Hosting.Tests (1)
WithProcessCommandTests.cs (1)
39Assert.True(defaultOptions.DisplayImmediately);