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