File tree 3 files changed +5
-3
lines changed
src/EFCore.PG/Storage/Internal
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >8.0.3 </VersionPrefix >
3
+ <VersionPrefix >8.0.4 </VersionPrefix >
4
4
<LangVersion >preview</LangVersion >
5
5
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6
6
<AnalysisLevel >latest</AnalysisLevel >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <EFCoreVersion >8.0.2 </EFCoreVersion >
3
+ <EFCoreVersion >8.0.4 </EFCoreVersion >
4
4
<MicrosoftExtensionsVersion >8.0.0</MicrosoftExtensionsVersion >
5
- <NpgsqlVersion >8.0.2 </NpgsqlVersion >
5
+ <NpgsqlVersion >8.0.3 </NpgsqlVersion >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ public virtual void LoadUserDefinedTypeMappings(
362
362
NpgsqlDataSource ? dataSource )
363
363
=> SetupEnumMappings ( sqlGenerationHelper , dataSource ) ;
364
364
365
+ #pragma warning disable NPG9001
365
366
/// <summary>
366
367
/// Gets all global enum mappings from the ADO.NET layer and creates mappings for them
367
368
/// </summary>
@@ -407,6 +408,7 @@ is PropertyInfo globalEnumTypeMappingsProperty
407
408
}
408
409
}
409
410
}
411
+ #pragma warning restore NPG9001
410
412
411
413
/// <summary>
412
414
/// This is an internal API that supports the Entity Framework Core infrastructure and not subject to
You can’t perform that action at this time.
0 commit comments