-
Notifications
You must be signed in to change notification settings - Fork 226
Support Planning
Simon Hughes edited this page Sep 10, 2026
·
10 revisions
Reverse POCO supports EF releases in line with Microsoft's support lifecycle.
| Release | Supported Until | EFRPG versions that target it |
|---|---|---|
| EF Core 10 | TBC (LTS) | 4.0.0+ |
| EF Core 9 | May 12, 2026 | 3.12.0+, 4.0.0+ |
| EF Core 8 | November 10, 2026 | 3.12.0+, 4.0.0+ |
| EF Core 7 | May 14, 2024 | 3.9.0 |
| EF Core 6 | November 12, 2024 | 3.10.0 |
| EF Core 5 | May 10, 2022 | 3.8.4 |
| EF Core 3 | December 13, 2022 | 3.9.0 |
| EF Core 2 | December 23, 2019 | 3.8.4 |
| EF 6 | No end date | 3.12.0+, 4.0.0+ |
When a version of EF Core reaches end-of-life, it will no longer receive enhancements or bug fixes in EFRPG. The last EFRPG version that targets that EF release is noted above.
v4 has TemplateType values for EF 6 and EF Core 8, 9 and 10 only. There is no EF Core 7 or earlier
template in v4; if you need one, stay on the v3 release named above. DatabaseType.SqlCe is also gone - see
Upgrading from v3 to v4.
- Home
- Compared with the Microsoft scaffolder
- Connection strings
- JetBrains Rider
- Upgrading from v3 to v4
- Saving .tt does nothing
- Settings A-Z - every setting, with a page each
- Common Settings Types Explained
- Settings Callbacks
- Settings runtime values and helpers
- Filtering
- Full Control Over the Generated Code
- Enum Generation from Table Data
- Owned Entities
- JSON column support
- Global Query Filters
- Extended Property Names Feature
- Partial Properties
- File-Scoped Namespaces
- Data Annotations
- Spatial Types
- HierarchyId
- RowVersion and TimeStamp columns
- Lazy Loading
- Stored proc result sets