2 references to GetFormattedOutput
Aspire.Hosting (1)
ApplicationModel\ProcessCommandOptions.cs (1)
81/// are not applied by the default result handling. The callback can use <see cref="ProcessCommandResultContext.GetFormattedOutput"/>
Aspire.Hosting.Tests (1)
WithProcessCommandTests.cs (1)
806var formattedOutput = capturedContext.GetFormattedOutput(maxLines: 1);