Skip to content

Commit eb1b57e

Browse files
committed
Remove support for EF Core 7
1 parent 378ba92 commit eb1b57e

22 files changed

+15
-47132
lines changed

BuildTT/BuildTT.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private static void CreateTT(string generatorRoot, string ttRoot)
2828
// For help on the various Types below, please read https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator/wiki/Common-Settings.*Types-explained
2929
// The following entries are the only required settings.
3030
Settings.DatabaseType = DatabaseType.SqlServer; // SqlServer, SqlCe, SQLite, PostgreSQL. Coming next: MySql, Oracle
31-
Settings.TemplateType = TemplateType.EfCore9; // EfCore9, EfCore8, EfCore7, EfCore6, Ef6, FileBasedCore3-9. FileBased specify folder using Settings.TemplateFolder
31+
Settings.TemplateType = TemplateType.EfCore9; // EfCore9, EfCore8, EfCore6, Ef6, FileBasedCore3-9. FileBased specify folder using Settings.TemplateFolder
3232
Settings.GeneratorType = GeneratorType.EfCore; // EfCore, Ef6, Custom. Custom edit GeneratorCustom class to provide your own implementation
3333
3434
Settings.FileManagerType = FileManagerType.EfCore; // .NET Core project = EfCore; .NET 4.x project = VisualStudio; No output (testing only) = Null

BuildTT/TemplateFiles.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public static void Create(string templatesRoot)
1414
{
1515
CreateFiles(new TemplateEf6(), Path.Combine(templatesRoot, "Templates.EF6"));
1616
CreateFiles(new TemplateEfCore6(), Path.Combine(templatesRoot, "Templates.EFCore6"));
17-
CreateFiles(new TemplateEfCore7(), Path.Combine(templatesRoot, "Templates.EFCore7"));
1817
CreateFiles(new TemplateEfCore8(), Path.Combine(templatesRoot, "Templates.EFCore8"));
1918
CreateFiles(new TemplateEfCore8(), Path.Combine(templatesRoot, "Templates.EFCore9"));
2019
}

EF.Reverse.POCO.GeneratorV3.sln

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Oracle", "Oracle", "{B7416F
5757
TestDatabases\Oracle\northwind.sql = TestDatabases\Oracle\northwind.sql
5858
EndProjectSection
5959
EndProject
60-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tester.Integration.EFCore7", "Tester.Integration.EFCore7\Tester.Integration.EFCore7.csproj", "{747315D6-274B-4B03-862A-E8664CA08E5F}"
61-
EndProject
6260
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tester.Integration.EFCore8", "Tester.Integration.EFCore8\Tester.Integration.EFCore8.csproj", "{55A7975C-9972-497C-86D5-9E92632DB32F}"
6361
EndProject
6462
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tester.Integration.EFCore9", "Tester.Integration.EFCore9\Tester.Integration.EFCore9.csproj", "{95983923-D8F1-4581-826E-618C75EE9D3F}"
@@ -256,22 +254,6 @@ Global
256254
{BD6836BD-6C08-41EA-A0E3-93EB5AA1D375}.Release|Mixed Platforms.Build.0 = Release|Any CPU
257255
{BD6836BD-6C08-41EA-A0E3-93EB5AA1D375}.Release|x86.ActiveCfg = Release|Any CPU
258256
{BD6836BD-6C08-41EA-A0E3-93EB5AA1D375}.Release|x86.Build.0 = Release|Any CPU
259-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
260-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
261-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|ARM64.ActiveCfg = Debug|ARM64
262-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|ARM64.Build.0 = Debug|ARM64
263-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
264-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
265-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|x86.ActiveCfg = Debug|Any CPU
266-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Debug|x86.Build.0 = Debug|Any CPU
267-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
268-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|Any CPU.Build.0 = Release|Any CPU
269-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|ARM64.ActiveCfg = Release|ARM64
270-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|ARM64.Build.0 = Release|ARM64
271-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
272-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
273-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|x86.ActiveCfg = Release|Any CPU
274-
{747315D6-274B-4B03-862A-E8664CA08E5F}.Release|x86.Build.0 = Release|Any CPU
275257
{55A7975C-9972-497C-86D5-9E92632DB32F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
276258
{55A7975C-9972-497C-86D5-9E92632DB32F}.Debug|Any CPU.Build.0 = Debug|Any CPU
277259
{55A7975C-9972-497C-86D5-9E92632DB32F}.Debug|ARM64.ActiveCfg = Debug|ARM64

EntityFramework.Reverse.POCO.Generator/Database.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// For help on the various Types below, please read https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator/wiki/Common-Settings.*Types-explained
1313
// The following entries are the only required settings.
1414
Settings.DatabaseType = DatabaseType.SqlServer; // SqlServer, SqlCe, SQLite, PostgreSQL. Coming next: MySql, Oracle
15-
Settings.TemplateType = TemplateType.EfCore9; // EfCore9, EfCore8, EfCore7, EfCore6, Ef6, FileBasedCore3-9. FileBased specify folder using Settings.TemplateFolder
15+
Settings.TemplateType = TemplateType.EfCore9; // EfCore9, EfCore8, EfCore6, Ef6, FileBasedCore3-9. FileBased specify folder using Settings.TemplateFolder
1616
Settings.GeneratorType = GeneratorType.EfCore; // EfCore, Ef6, Custom. Custom edit GeneratorCustom class to provide your own implementation
1717

1818
Settings.FileManagerType = FileManagerType.EfCore; // .NET Core project = EfCore; .NET 4.x project = VisualStudio; No output (testing only) = Null
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file contains a list of the files generated by the Database.tt file.
22
# Please do not edit this file. It is used to delete files that may get filtered out during the next run.
3-
# Time start = 05/11/2024 15:48:15
4-
# Time end = 05/11/2024 15:48:15, duration = 0.18 seconds.
3+
# Time start = 29/01/2025 14:30:25
4+
# Time end = 29/01/2025 14:30:25, duration = 0.19 seconds.

0 commit comments

Comments
 (0)