9 writes to GetProjectItemsAndPropertiesAsyncCallbackWithTargets
Aspire.Cli.Tests (9)
Commands\RunCommandTests.cs (2)
876runner.GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) => (1, null); 1022runner.GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) =>
Commands\StopCommandTests.cs (5)
750GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) => 790GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) => 830GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) => (1, null) 870GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) => 915GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) =>
Commands\UpdateCommandTests.cs (1)
105runner.GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, _, _, _, _) => (1, null);
Projects\AppHostInfoResolverTests.cs (1)
179GetProjectItemsAndPropertiesAsyncCallbackWithTargets = (_, _, properties, targets, _, _) =>
2 references to GetProjectItemsAndPropertiesAsyncCallbackWithTargets
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
94if (GetProjectItemsAndPropertiesAsyncCallbackWithTargets != null) 96return Task.FromResult(GetProjectItemsAndPropertiesAsyncCallbackWithTargets(projectFile, items, properties, targets, options, cancellationToken));