8 references to s_appHostNameFilter
Aspire.Playground.Tests (8)
AppHostTests.cs (8)
165if (string.IsNullOrEmpty(s_appHostNameFilter) || asm.Contains(s_appHostNameFilter, StringComparison.OrdinalIgnoreCase)) 171if (!theoryData.Any() && !string.IsNullOrEmpty(s_appHostNameFilter)) 173throw new SkipTestException($"No app host assemblies found matching filter '{s_appHostNameFilter}'"); 298if (string.IsNullOrEmpty(s_appHostNameFilter) || candidateTestEndpoint.AppHost?.Contains(s_appHostNameFilter, StringComparison.OrdinalIgnoreCase) == true) 304if (!theoryData.Any() && !string.IsNullOrEmpty(s_appHostNameFilter)) 306throw new SkipTestException($"No test endpoints found matching filter '{s_appHostNameFilter}'");