1 instantiation of NullValueProvider
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
10298
public static NullValueProvider Instance { get; } =
new
();
2 references to NullValueProvider
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
8403
.WithLaunchToolArgs(static ctx => ctx.Args.Add(
NullValueProvider
.Instance), ownedByLaunchConfigurationType: "test")
10298
public static
NullValueProvider
Instance { get; } = new();