19 writes to CreateAsyncCallback
Aspire.Cli.Tests (19)
Commands\NewCommandTemplateConfigPersistenceTests.cs (2)
268
CreateAsyncCallback
= (path, _) =>
384
CreateAsyncCallback
= (path, _) =>
Commands\Sdk\SdkExportCommandTests.cs (1)
391
CreateAsyncCallback
= (_, _) => Task.FromResult(appHostServerProject)
Commands\SdkDumpCommandTests.cs (1)
262
CreateAsyncCallback
= (appPath, cancellationToken) =>
Projects\GuestAppHostProjectTests.cs (12)
857
CreateAsyncCallback
= (path, _) => Task.FromResult<IAppHostServerProject>(new FakeSucceedingAppHostServerProject(path))
920
CreateAsyncCallback
= (path, _) => Task.FromResult<IAppHostServerProject>(new FakeFailingAppHostServerProject(path))
966
CreateAsyncCallback
= (_, _) => throw new InvalidOperationException("Declined updates must not regenerate or install dependencies.")
1016
CreateAsyncCallback
= (_, _) => throw new InvalidOperationException("Tool-only updates must not regenerate or install dependencies.")
1062
CreateAsyncCallback
= (appPath, _) =>
1095
CreateAsyncCallback
= (appPath, _) =>
1320
CreateAsyncCallback
= (path, _) =>
1416
CreateAsyncCallback
= (path, _) =>
1487
CreateAsyncCallback
= (path, _) =>
1525
CreateAsyncCallback
= (path, _) =>
1651
CreateAsyncCallback
= (appPath, _) =>
1740
CreateAsyncCallback
= (appPath, _) =>
Scaffolding\ChannelReseedTests.cs (2)
83
CreateAsyncCallback
= (_, _) => Task.FromResult<IAppHostServerProject>(appHostServerProject)
119
CreateAsyncCallback
= (path, _) =>
Templating\JavaStarterScaffoldTests.cs (1)
135
CreateAsyncCallback
= (path, _) =>
1 reference to CreateAsyncCallback
Aspire.Cli.Tests (1)
TestServices\TestAppHostServerProjectFactory.cs (1)
20
if (
CreateAsyncCallback
is { } callback)