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)
511
MaxOutputLineCount
= 10
533
MaxOutputLineCount
= 25,
561
MaxOutputLineCount
= 10,
589
MaxOutputLineCount
= 10
601
MaxOutputLineCount
= 10
611
MaxOutputLineCount
= 10
621
MaxOutputLineCount
= 5,
635
MaxOutputLineCount
= 10,
668
MaxOutputLineCount
= 10
690
MaxOutputLineCount
= 20,
736
MaxOutputLineCount
= 20,
770
MaxOutputLineCount
= 20,
808
MaxOutputLineCount
= 20,
855
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
);