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