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