2 overrides of NotAcceptableLogCategories
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (1)
ConformanceTests.cs (1)
41protected override string[] NotAcceptableLogCategories => new string[]
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (1)
ConformanceTests.cs (1)
44protected override string[] NotAcceptableLogCategories => new string[]
3 references to NotAcceptableLogCategories
Aspire.Components.Common.TestUtilities (3)
ConformanceTests.cs (3)
342if (NotAcceptableLogCategories.Length > 0) 346foreach (var category in NotAcceptableLogCategories.OrderBy(c => c)) 360foreach (string logCategory in NotAcceptableLogCategories)