8 references to CaptureProfileOption
aspire (5)
Commands\RootCommand.cs (1)
197
Options.Add(
CaptureProfileOption
);
Commands\RunCommand.cs (2)
175
var captureProfile = parseResult.GetValue(RootCommand.
CaptureProfileOption
);
1382
var captureProfile = parseResult.GetValue(RootCommand.
CaptureProfileOption
);
Commands\StartCommand.cs (1)
64
var captureProfile = parseResult.GetValue(RootCommand.
CaptureProfileOption
);
Profiling\ProfileCaptureOptions.cs (1)
39
var captureProfileOption = new Option<bool>(AspireRootCommand.
CaptureProfileOption
.Name);
Aspire.Cli.Tests (3)
Commands\ParseResultHelperTests.cs (2)
225
Assert.True(childParseResult.GetValue(RootCommand.
CaptureProfileOption
));
248
Assert.True(childParseResult.GetValue(RootCommand.
CaptureProfileOption
));
Commands\RootCommandTests.cs (1)
244
Assert.True(result.GetValue(RootCommand.
CaptureProfileOption
));