Implemented interface member:
method
CreateExecution
Aspire.Cli.DotNet.IDotNetCliExecutionFactory.CreateExecution(System.String[], System.Collections.Generic.IDictionary<System.String, System.String>, System.IO.DirectoryInfo, Aspire.Cli.DotNet.DotNetCliRunnerInvocationOptions)
3 references to CreateExecution
Aspire.Cli.Tests (3)
TestServices\TestDotNetCliExecutionFactory.cs (3)
21/// Gets or sets a callback that is invoked when <see cref="CreateExecution"/> is called. 27/// Gets or sets an action that is invoked when <see cref="CreateExecution"/> is called, 50/// Gets the number of times <see cref="CreateExecution"/> has been called.