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