1 write to AppHostType
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
284AppHostType = appHostType;
3 references to AppHostType
Aspire.Playground.Tests (3)
AppHostTests.cs (3)
36var appHostType = testEndpoints.AppHostType!; 263if (string.IsNullOrEmpty(s_appHostNameFilter) || candidateTestEndpoint.AppHostType?.Name.Contains(s_appHostNameFilter, StringComparison.OrdinalIgnoreCase) == true) 297public override string? ToString() => $"{AppHostType} ({ResourceEndpoints?.Count ?? 0} resources)";