Implemented interface member:
method
Run
Aspire.Cli.Projects.IAppHostServerProject.Run(System.Int32, System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>, System.String[], System.Boolean)
2 references to Run
aspire (2)
Commands\Sdk\SdkDumpCommand.cs (1)
163
var (socketPath, serverProcess, _) = appHostServerProject.
Run
(currentPid, new Dictionary<string, string>());
Commands\Sdk\SdkGenerateCommand.cs (1)
165
var (socketPath, serverProcess, _) = appHostServerProject.
Run
(currentPid, new Dictionary<string, string>());