1 write to BuildImageAsyncCallback
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
816
fakeContainerRuntime.
BuildImageAsyncCallback
= async (contextPath, dockerfilePath, options, buildArgs, buildSecrets, stage, cancellationToken) =>
2 references to BuildImageAsyncCallback
Aspire.Hosting.Tests (2)
Publishing\FakeContainerRuntime.cs (2)
87
if (
BuildImageAsyncCallback
is not null)
89
await
BuildImageAsyncCallback
(contextPath, dockerfilePath, options, buildArguments, buildSecrets, stage, cancellationToken);