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