18 writes to MaxOutputLineCount
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3334
commandOptions.
MaxOutputLineCount
= maxOutputLineCount;
Aspire.Hosting.Tests (3)
WithProcessCommandTests.cs (3)
31
options.
MaxOutputLineCount
= 1;
560
MaxOutputLineCount
= 3
856
MaxOutputLineCount
= 5
Stress.AppHost (14)
CommandResources.cs (14)
523
MaxOutputLineCount
= 10
545
MaxOutputLineCount
= 25,
573
MaxOutputLineCount
= 10,
601
MaxOutputLineCount
= 10
613
MaxOutputLineCount
= 10
623
MaxOutputLineCount
= 10
633
MaxOutputLineCount
= 5,
647
MaxOutputLineCount
= 10,
680
MaxOutputLineCount
= 10
702
MaxOutputLineCount
= 20,
748
MaxOutputLineCount
= 20,
782
MaxOutputLineCount
= 20,
820
MaxOutputLineCount
= 20,
867
MaxOutputLineCount
= 20,
6 references to MaxOutputLineCount
Aspire.Hosting (5)
ApplicationModel\ProcessCommandOptions.cs (1)
80
/// When specified, <see cref="SuccessExitCodes"/>, <see cref="
MaxOutputLineCount
"/>, and <see cref="DisplayImmediately"/>
ResourceBuilderExtensions.cs (4)
3096
/// to control which exit codes are treated as success. Configure <see cref="ProcessCommandOptions.
MaxOutputLineCount
"/>
3155
/// to control which exit codes are treated as success. Configure <see cref="ProcessCommandOptions.
MaxOutputLineCount
"/>
3455
RetainedOutputLineCount = commandOptions.
MaxOutputLineCount
,
3486
var formattedOutput = processResult.GetFormattedOutput(commandOptions.
MaxOutputLineCount
);
Aspire.Hosting.Tests (1)
WithProcessCommandTests.cs (1)
38
Assert.Equal(50, defaultOptions.
MaxOutputLineCount
);