1 instantiation of CliServiceCollectionTestOptions
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
82var options = new CliServiceCollectionTestOptions(outputHelper, workspace.WorkspaceRoot);
18 references to CliServiceCollectionTestOptions
Aspire.Cli.Tests (18)
Commands\DoctorCommandTests.cs (2)
1009Action<CliServiceCollectionTestOptions> configureOptions, 1038Action<CliServiceCollectionTestOptions>? configure)
Commands\InitCommandTests.cs (1)
34private static void ConfigureImplicitTemplateChannel(CliServiceCollectionTestOptions options, string version = "13.3.0")
Commands\NewCommandTests.cs (1)
698Action<CliServiceCollectionTestOptions>? configure = null)
Commands\RestoreCommandTests.cs (2)
25var services = CliTestHelper.CreateServiceCollection(workspace, outputHelper, (Action<CliServiceCollectionTestOptions>?)(options => 60var services = CliTestHelper.CreateServiceCollection(workspace, outputHelper, (Action<CliServiceCollectionTestOptions>?)(options =>
Commands\StopCommandTests.cs (1)
1251Action<CliServiceCollectionTestOptions>? configure = null,
Commands\TerminalCommandTests.cs (1)
788Action<CliServiceCollectionTestOptions>? configureOptions = null)
Commands\TerminalTapePlayCommandTests.cs (1)
504Action<CliServiceCollectionTestOptions>? configureOptions = null)
Commands\UpdateCommandRepositoryToolsTests.cs (1)
551private static void ConfigureUpdates(CliServiceCollectionTestOptions options, TestInteractionService interaction)
Commands\UpdateCommandTests.cs (1)
3488private static void UseProcessPath(CliServiceCollectionTestOptions options, string? processPath)
Projects\DotNetAppHostProjectTests.cs (2)
2978Action<CliServiceCollectionTestOptions>? configureServices = null) 4667Action<CliServiceCollectionTestOptions>? configureServices = null,
TestServices\TerminalCommandTestServices.cs (1)
16Action<CliServiceCollectionTestOptions>? configureOptions = null)
Utils\CliTestHelper.cs (3)
63Action<CliServiceCollectionTestOptions>? configureOptions = null, 80public static IServiceCollection CreateServiceCollection(TemporaryWorkspace workspace, ITestOutputHelper outputHelper, Action<CliServiceCollectionTestOptions>? configure = null) 82var options = new CliServiceCollectionTestOptions(outputHelper, workspace.WorkspaceRoot);
Utils\CliUpdateNotificationServiceTests.cs (1)
445private static void UseProcessPath(CliServiceCollectionTestOptions options, string? processPath)