2 instantiations of TestHostEnvironment
Aspire.Hosting.RemoteHost.Tests (2)
AtsExportsTests.cs (2)
34
var environment = new
TestHostEnvironment
47
var environment = new
TestHostEnvironment
3 references to TestHostEnvironment
Aspire.Hosting.RemoteHost.Tests (3)
AtsExportsTests.cs (3)
34
var
environment = new TestHostEnvironment
47
var
environment = new TestHostEnvironment
76
public string ApplicationName { get; set; } = nameof(
TestHostEnvironment
);