3 references to ContainerRuntimeProcessCreationFailed
Microsoft.NET.Build.Containers (3)
LocalDaemons\ContainerRuntime.cs (1)
213=> new(Resource.FormatString(Strings.ContainerRuntimeProcessCreationFailed, GetCommandsForCurrentPlatform()));
LocalDaemons\DockerCli.cs (2)
79throw new NotImplementedException(Resource.FormatString(Strings.ContainerRuntimeProcessCreationFailed, Commands)); 113throw new NotImplementedException(Resource.FormatString(Strings.ContainerRuntimeProcessCreationFailed, commandPath));