Skip to content

Commit df3dbaa

Browse files
committed
Dropped support for EF Core 5
1 parent be6253d commit df3dbaa

File tree

6 files changed

+0
-66
lines changed

6 files changed

+0
-66
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
[![Thinktecture.Runtime.Extensions](https://img.shields.io/nuget/vpre/Thinktecture.Runtime.Extensions.svg?maxAge=60&label=Thinktecture.Runtime.Extensions)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions/)
7-
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore5](https://img.shields.io/nuget/vpre/Thinktecture.Runtime.Extensions.EntityFrameworkCore5.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore5)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore5/)
87
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore6](https://img.shields.io/nuget/vpre/Thinktecture.Runtime.Extensions.EntityFrameworkCore6.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore6)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore6/)
98
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore7](https://img.shields.io/nuget/vpre/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore7)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/)
109
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore8](https://img.shields.io/nuget/vpre/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore8)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/)

Thinktecture.Runtime.Extensions.sln

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extens
7373
EndProject
7474
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.Benchmarking", "samples\Thinktecture.Runtime.Extensions.Benchmarking\Thinktecture.Runtime.Extensions.Benchmarking.csproj", "{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F}"
7575
EndProject
76-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.EntityFrameworkCore5", "src\Thinktecture.Runtime.Extensions.EntityFrameworkCore5\Thinktecture.Runtime.Extensions.EntityFrameworkCore5.csproj", "{5FDAF5A0-C0F8-4AE4-B3B5-B922A53DF07F}"
77-
EndProject
78-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.EntityFrameworkCore5.Tests", "test\Thinktecture.Runtime.Extensions.EntityFrameworkCore5.Tests\Thinktecture.Runtime.Extensions.EntityFrameworkCore5.Tests.csproj", "{70C5A190-2227-473B-B54B-89082A041240}"
79-
EndProject
8076
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.EntityFrameworkCore7", "src\Thinktecture.Runtime.Extensions.EntityFrameworkCore7\Thinktecture.Runtime.Extensions.EntityFrameworkCore7.csproj", "{9A80C790-3BE2-4FA7-ACC1-574577E759EF}"
8177
EndProject
8278
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thinktecture.Runtime.Extensions.EntityFrameworkCore7.Tests", "test\Thinktecture.Runtime.Extensions.EntityFrameworkCore7.Tests\Thinktecture.Runtime.Extensions.EntityFrameworkCore7.Tests.csproj", "{47D09BE4-27F2-4C1A-8797-E8AF64E1ACEA}"
@@ -175,14 +171,6 @@ Global
175171
{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F}.Debug|Any CPU.Build.0 = Debug|Any CPU
176172
{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F}.Release|Any CPU.ActiveCfg = Release|Any CPU
177173
{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F}.Release|Any CPU.Build.0 = Release|Any CPU
178-
{5FDAF5A0-C0F8-4AE4-B3B5-B922A53DF07F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
179-
{5FDAF5A0-C0F8-4AE4-B3B5-B922A53DF07F}.Debug|Any CPU.Build.0 = Debug|Any CPU
180-
{5FDAF5A0-C0F8-4AE4-B3B5-B922A53DF07F}.Release|Any CPU.ActiveCfg = Release|Any CPU
181-
{5FDAF5A0-C0F8-4AE4-B3B5-B922A53DF07F}.Release|Any CPU.Build.0 = Release|Any CPU
182-
{70C5A190-2227-473B-B54B-89082A041240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183-
{70C5A190-2227-473B-B54B-89082A041240}.Debug|Any CPU.Build.0 = Debug|Any CPU
184-
{70C5A190-2227-473B-B54B-89082A041240}.Release|Any CPU.ActiveCfg = Release|Any CPU
185-
{70C5A190-2227-473B-B54B-89082A041240}.Release|Any CPU.Build.0 = Release|Any CPU
186174
{9A80C790-3BE2-4FA7-ACC1-574577E759EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
187175
{9A80C790-3BE2-4FA7-ACC1-574577E759EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
188176
{9A80C790-3BE2-4FA7-ACC1-574577E759EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -225,8 +213,6 @@ Global
225213
{AB7280F9-6653-4CF0-9E26-45A3B606B5E9} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
226214
{B1E357B7-7F91-4558-85BA-F6784C33FF97} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
227215
{267EAD74-3F4D-41B8-BCF6-9D0F6F99A16F} = {E6F200ED-86D2-4D5C-9D5F-34592908B107}
228-
{5FDAF5A0-C0F8-4AE4-B3B5-B922A53DF07F} = {8F117684-7943-4DCE-8861-F2B854924837}
229-
{70C5A190-2227-473B-B54B-89082A041240} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
230216
{9A80C790-3BE2-4FA7-ACC1-574577E759EF} = {8F117684-7943-4DCE-8861-F2B854924837}
231217
{47D09BE4-27F2-4C1A-8797-E8AF64E1ACEA} = {AE711F89-41F2-4519-B20D-BA1FAB0EB364}
232218
{C95464AC-EC8A-404A-A8BE-7D6B17F87D80} = {8F117684-7943-4DCE-8861-F2B854924837}

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore.Sources/EntityFrameworkCore/Conventions/ValueObjectConventionPlugin.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
using Thinktecture.EntityFrameworkCore.Storage.ValueConversion;
77
using Thinktecture.Internal;
88

9-
#if EFCORE5
10-
using Microsoft.EntityFrameworkCore;
11-
#endif
12-
139
namespace Thinktecture.EntityFrameworkCore.Conventions;
1410

1511
internal sealed class ValueObjectConventionPlugin : INavigationAddedConvention, IPropertyAddedConvention, IEntityTypeAddedConvention

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore.Sources/EntityFrameworkCore/Infrastructure/ValueObjectDbContextOptionsExtension.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ public ValueObjectDbContextOptionsExtensionInfo(ValueObjectDbContextOptionsExten
7777
_extension = extension;
7878
}
7979

80-
#if EFCORE5
81-
public override long GetServiceProviderHashCode()
82-
{
83-
return HashCode.Combine(_extension.ValueObjectValueConverterSettings);
84-
}
85-
#else
8680
public override bool ShouldUseSameServiceProvider(DbContextOptionsExtensionInfo other)
8781
{
8882
return other is ValueObjectDbContextOptionsExtensionInfo otherInfo
@@ -93,7 +87,6 @@ public override int GetServiceProviderHashCode()
9387
{
9488
return HashCode.Combine(_extension.ValueObjectValueConverterSettings);
9589
}
96-
#endif
9790

9891
public override void PopulateDebugInfo(IDictionary<string, string> debugInfo)
9992
{

src/Thinktecture.Runtime.Extensions.EntityFrameworkCore5/Thinktecture.Runtime.Extensions.EntityFrameworkCore5.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/Thinktecture.Runtime.Extensions.EntityFrameworkCore5.Tests/Thinktecture.Runtime.Extensions.EntityFrameworkCore5.Tests.csproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)