Skip to content

Commit f69fc1d

Browse files
authored
Use Npgsql 8.0.3 (#3166)
1 parent 7b25fdf commit f69fc1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<EFCoreVersion>9.0.0-preview.3.24172.4</EFCoreVersion>
44
<MicrosoftExtensionsVersion>9.0.0-preview.3.24172.9</MicrosoftExtensionsVersion>
5-
<NpgsqlVersion>8.0.2</NpgsqlVersion>
5+
<NpgsqlVersion>8.0.3</NpgsqlVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs

+2
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ public virtual void LoadUserDefinedTypeMappings(
362362
NpgsqlDataSource? dataSource)
363363
=> SetupEnumMappings(sqlGenerationHelper, dataSource);
364364

365+
#pragma warning disable NPG9001
365366
/// <summary>
366367
/// Gets all global enum mappings from the ADO.NET layer and creates mappings for them
367368
/// </summary>
@@ -407,6 +408,7 @@ is PropertyInfo globalEnumTypeMappingsProperty
407408
}
408409
}
409410
}
411+
#pragma warning restore NPG9001
410412

411413
/// <summary>
412414
/// This is an internal API that supports the Entity Framework Core infrastructure and not subject to

0 commit comments

Comments
 (0)