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