2 references to s_prDogfoodNewTemplateExclusions
Aspire.Cli.Tests (2)
Commands\NewCommandTemplateConfigPersistenceTests.cs (2)
229
.Concat(
s_prDogfoodNewTemplateExclusions
.Select(static exclusion => exclusion.CoverageKey))
234
Assert.All(
s_prDogfoodNewTemplateExclusions
, static exclusion => Assert.False(string.IsNullOrWhiteSpace(exclusion.Reason)));