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