1 write to BuildAsyncWithEnvironmentCallback
Aspire.Cli.Tests (1)
Projects\DotNetAppHostProjectTests.cs (1)
2199
BuildAsyncWithEnvironmentCallback
= (projectFile, noRestore, env, _, _) =>
2 references to BuildAsyncWithEnvironmentCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
54
if (
BuildAsyncWithEnvironmentCallback
is not null)
56
return Task.FromResult(
BuildAsyncWithEnvironmentCallback
(projectFilePath, noRestore, env, options, cancellationToken));