From a78e2f1bc588cfaaaaf01ef16c995d450c05729a Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Sat, 11 May 2024 10:18:22 +0200 Subject: [PATCH] Bump version to 8.0.4 Depend on Npgsql 8.0.3 --- Directory.Build.props | 2 +- Directory.Packages.props | 4 ++-- src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 85e02f48e..3b59773ae 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 8.0.3 + 8.0.4 preview true latest diff --git a/Directory.Packages.props b/Directory.Packages.props index b66627455..35f639e1f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,8 +1,8 @@ - 8.0.2 + 8.0.4 8.0.0 - 8.0.2 + 8.0.3 diff --git a/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs b/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs index 3c9baa486..00b27afab 100644 --- a/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs +++ b/src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs @@ -362,6 +362,7 @@ public virtual void LoadUserDefinedTypeMappings( NpgsqlDataSource? dataSource) => SetupEnumMappings(sqlGenerationHelper, dataSource); +#pragma warning disable NPG9001 /// /// Gets all global enum mappings from the ADO.NET layer and creates mappings for them /// @@ -407,6 +408,7 @@ is PropertyInfo globalEnumTypeMappingsProperty } } } +#pragma warning restore NPG9001 /// /// This is an internal API that supports the Entity Framework Core infrastructure and not subject to