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