Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class BadDataJsonDeserializationSqlServerTest : BadDataJsonDeserializationTestBase
{
Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/BatchingTest.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using Microsoft.EntityFrameworkCore.Diagnostics.Internal;
using Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal;
using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

// ReSharper disable UnusedAutoPropertyAccessor.Local
// ReSharper disable InconsistentNaming
namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

#nullable disable

Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/BuiltInDataTypesNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using System.Collections.Immutable;
using System.ComponentModel.DataAnnotations.Schema;
using System.Net.NetworkInformation;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

#nullable disable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.Update;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class ComplexTypeBulkUpdatesNpgsqlTest(
ComplexTypeBulkUpdatesNpgsqlTest.ComplexTypeBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.Update;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class NonSharedModelBulkUpdatesNpgsqlTest : NonSharedModelBulkUpdatesRelationalTestBase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Microsoft.EntityFrameworkCore.TestModels.Northwind;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestModels.Northwind;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class NorthwindBulkUpdatesNpgsqlFixture<TModelCustomizer> : NorthwindBulkUpdatesRelationalFixture<TModelCustomizer>
where TModelCustomizer : ITestModelCustomizer, new()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Microsoft.EntityFrameworkCore.TestModels.Northwind;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class NorthwindBulkUpdatesNpgsqlTest(
NorthwindBulkUpdatesNpgsqlFixture<NoopModelCustomizer> fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPCFiltersInheritanceBulkUpdatesNpgsqlFixture : TPCInheritanceBulkUpdatesNpgsqlFixture
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPCFiltersInheritanceBulkUpdatesNpgsqlTest(
TPCFiltersInheritanceBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPCInheritanceBulkUpdatesNpgsqlFixture : TPCInheritanceBulkUpdatesFixture
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPCInheritanceBulkUpdatesNpgsqlTest(
TPCInheritanceBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPHFiltersInheritanceBulkUpdatesNpgsqlFixture : TPHInheritanceBulkUpdatesNpgsqlFixture
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPHFiltersInheritanceBulkUpdatesNpgsqlTest(
TPHFiltersInheritanceBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Microsoft.EntityFrameworkCore.TestModels.InheritanceModel;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPHInheritanceBulkUpdatesNpgsqlFixture : TPHInheritanceBulkUpdatesFixture
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPHInheritanceBulkUpdatesNpgsqlTest(
TPHInheritanceBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPTFiltersInheritanceBulkUpdatesNpgsqlFixture : TPTInheritanceBulkUpdatesNpgsqlFixture
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPTFiltersInheritanceBulkUpdatesSqlServerTest(
TPTFiltersInheritanceBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPTInheritanceBulkUpdatesNpgsqlFixture : TPTInheritanceBulkUpdatesFixture
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.BulkUpdates;

namespace Npgsql.EntityFrameworkCore.PostgreSQL.BulkUpdates;
namespace Microsoft.EntityFrameworkCore.BulkUpdates;

public class TPTInheritanceBulkUpdatesNpgsqlTest(
TPTInheritanceBulkUpdatesNpgsqlFixture fixture,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure;
using Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public abstract class CommandInterceptionNpgsqlTestBase(CommandInterceptionNpgsqlTestBase.InterceptionNpgsqlFixtureBase fixture)
: CommandInterceptionTestBase(fixture)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class ComplexTypesTrackingNpgsqlTest : ComplexTypesTrackingTestBase<ComplexTypesTrackingNpgsqlTest.NpgsqlFixture>
{
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/CompositeKeyEndToEndTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class CompositeKeyEndToEndNpgsqlTest(CompositeKeyEndToEndNpgsqlTest.CompositeKeyEndToEndNpgsqlFixture fixture)
: CompositeKeyEndToEndTestBase<CompositeKeyEndToEndNpgsqlTest.CompositeKeyEndToEndNpgsqlFixture>(fixture)
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/ComputedColumnTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

[MinimumPostgresVersion(12, 0)]
public class ComputedColumnTest : IAsyncLifetime
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class ConcurrencyDetectorDisabledNpgsqlTest : ConcurrencyDetectorDisabledRelationalTestBase<
ConcurrencyDetectorDisabledNpgsqlTest.ConcurrencyDetectorNpgsqlFixture>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class ConcurrencyDetectorEnabledNpgsqlTest : ConcurrencyDetectorEnabledRelationalTestBase<
ConcurrencyDetectorEnabledNpgsqlTest.ConcurrencyDetectorNpgsqlFixture>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System.Text.Json;
using Microsoft.EntityFrameworkCore.TestModels.ConferencePlanner;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

#nullable disable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using System.Data;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public abstract class ConnectionInterceptionNpgsqlTestBase(ConnectionInterceptionNpgsqlTestBase.InterceptionNpgsqlFixtureBase fixture)
: ConnectionInterceptionTestBase(fixture)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

// ReSharper disable StringLiteralTypo
namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

#nullable disable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class ConvertToProviderTypesNpgsqlTest : ConvertToProviderTypesTestBase<
ConvertToProviderTypesNpgsqlTest.ConvertToProviderTypesNpgsqlFixture>
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/CustomConvertersNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class CustomConvertersNpgsqlTest(CustomConvertersNpgsqlTest.CustomConvertersNpgsqlFixture fixture)
: CustomConvertersTestBase<CustomConvertersNpgsqlTest.CustomConvertersNpgsqlFixture>(fixture)
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/DataAnnotationNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class DataAnnotationNpgsqlTest(DataAnnotationNpgsqlTest.DataAnnotationNpgsqlFixture fixture)
: DataAnnotationRelationalTestBase<DataAnnotationNpgsqlTest.DataAnnotationNpgsqlFixture>(fixture)
Expand Down
2 changes: 1 addition & 1 deletion test/EFCore.PG.FunctionalTests/DataBindingNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class DataBindingNpgsqlTest(F1BytesNpgsqlFixture fixture) : DataBindingTestBase<F1BytesNpgsqlFixture>(fixture);
4 changes: 2 additions & 2 deletions test/EFCore.PG.FunctionalTests/DefaultValuesTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;


// ReSharper disable IdentifierTypo
// ReSharper disable StringLiteralTypo
namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class DefaultValuesTest : IDisposable
{
Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/DesignTimeNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class DesignTimeNpgsqlTest(DesignTimeNpgsqlTest.DesignTimeNpgsqlFixture fixture)
: DesignTimeTestBase<DesignTimeNpgsqlTest.DesignTimeNpgsqlFixture>(fixture)
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/EntitySplittingNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class EntitySplittingNpgsqlTest(ITestOutputHelper testOutputHelper) : EntitySplittingTestBase(testOutputHelper)
{
Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/ExecutionStrategyTest.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System.Data;
using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure;
using Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

// ReSharper disable MethodSupportsCancellation
// ReSharper disable AccessToDisposedClosure
namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

#nullable disable

Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/ExistingConnectionTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Data;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class ExistingConnectionTest
{
Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/F1NpgsqlFixture.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.EntityFrameworkCore.TestModels.ConcurrencyModel;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class F1BytesNpgsqlFixture : F1NpgsqlFixtureBase<byte[]>
{
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/FieldMappingNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class FieldMappingNpgsqlTest(FieldMappingNpgsqlTest.FieldMappingNpgsqlFixture fixture)
: FieldMappingTestBase<FieldMappingNpgsqlTest.FieldMappingNpgsqlFixture>(fixture)
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/FindNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public abstract class FindNpgsqlTest : FindTestBase<FindNpgsqlTest.FindNpgsqlFixture>
{
Expand Down
3 changes: 1 addition & 2 deletions test/EFCore.PG.FunctionalTests/JsonTypesNpgsqlTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
using NetTopologySuite;
using NetTopologySuite.Geometries;
using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure;
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;
using Xunit.Sdk;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class JsonTypesNpgsqlTest : JsonTypesRelationalTestBase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class KeysWithConvertersNpgsqlTest(KeysWithConvertersNpgsqlTest.KeysWithConvertersNpgsqlFixture fixture)
: KeysWithConvertersTestBase<
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/LazyLoadProxyNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

// ReSharper disable once UnusedMember.Global
public class LazyLoadProxyNpgsqlTest : LazyLoadProxyTestBase<LazyLoadProxyNpgsqlTest.LoadNpgsqlFixture>
Expand Down
4 changes: 1 addition & 3 deletions test/EFCore.PG.FunctionalTests/LoadNpgsqlTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.TestUtilities;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

// ReSharper disable once UnusedMember.Global
public class LoadNpgsqlTest : LoadTestBase<LoadNpgsqlTest.LoadNpgsqlFixture>
Expand Down
2 changes: 1 addition & 1 deletion test/EFCore.PG.FunctionalTests/LoggingNpgsqlTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure;
using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal;

namespace Npgsql.EntityFrameworkCore.PostgreSQL;
namespace Microsoft.EntityFrameworkCore;

public class LoggingNpgsqlTest : LoggingRelationalTestBase<NpgsqlDbContextOptionsBuilder, NpgsqlOptionsExtension>
{
Expand Down
Loading
Loading