1 instantiation of NullLogger
Microsoft.NET.Build.Containers.IntegrationTests (1)
DockerSupportsArchInlineData.cs (1)
104
public static NullLogger Instance { get; } = new
NullLogger
();
3 references to NullLogger
Microsoft.NET.Build.Containers.IntegrationTests (3)
DockerSupportsArchInlineData.cs (3)
67
var inspectResult = new RunExeCommand(
NullLogger
.Instance, "podman", "info").Execute();
74
var inspectResult = new RunExeCommand(
NullLogger
.Instance, "docker", "buildx", "inspect", "default").Execute();
104
public static
NullLogger
Instance { get; } = new NullLogger();