3 references to CaptureProfileOutputOption
aspire (2)
Commands\RootCommand.cs (1)
198
Options.Add(
CaptureProfileOutputOption
);
Profiling\ProfileCaptureOptions.cs (1)
40
var captureProfileOutputOption = new Option<string?>(AspireRootCommand.
CaptureProfileOutputOption
.Name);
Aspire.Cli.Tests (1)
Commands\RootCommandTests.cs (1)
245
Assert.Equal("profile.zip", result.GetValue(RootCommand.
CaptureProfileOutputOption
)?.Name);