Skip to content

Commit e578fcf

Browse files
authored
Update some extensions for EF Core 9 (#4889)
1 parent f257a9c commit e578fcf

File tree

1 file changed

+6
-6
lines changed
  • entity-framework/core/extensions

1 file changed

+6
-6
lines changed

entity-framework/core/extensions/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ These tools and extensions provide additional functionality for Entity Framework
1717

1818
### EF Core Power Tools
1919

20-
EF Core Power Tools is a Visual Studio extension that exposes various EF Core design-time tasks in a simple user interface. It includes reverse engineering of DbContext and entity classes from existing databases and [SQL Server DACPACs](/sql/relational-databases/data-tier-applications/data-tier-applications), management of database migrations, and model visualizations. For EF Core: 6-8.
20+
EF Core Power Tools is a Visual Studio extension that exposes various EF Core design-time tasks in a simple user interface. It includes reverse engineering of DbContext and entity classes from existing databases and [SQL Server DACPACs](/sql/relational-databases/data-tier-applications/data-tier-applications), and model visualizations and diagrams. For EF Core: 6-9.
2121

2222
[GitHub wiki](https://github.com/ErikEJ/EFCorePowerTools/wiki)
2323

2424
### EF Core Power Tools CLI
2525

26-
EF Core Power Tools CLI is a .NET global command line tool. It enables advanced reverse engineering of DbContext and entity classes from existing databases and [SQL Server DACPACs](/sql/relational-databases/data-tier-applications/data-tier-applications). For EF Core: 6-8.
26+
EF Core Power Tools CLI is a .NET global command line tool. It enables advanced reverse engineering of DbContext and entity classes from existing databases and [SQL Server DACPACs](/sql/relational-databases/data-tier-applications/data-tier-applications). For EF Core: 6-9.
2727

2828
[NuGet](https://www.nuget.org/packages/ErikEJ.EFCorePowerTools.Cli/#readme-body-tab)
2929

@@ -169,13 +169,13 @@ This will automatically make all your table and column names have snake_case, al
169169

170170
### EFCore.CheckConstraints
171171

172-
This plugin allows you to opt into some check constraints - just activate it and they'll automatically get created for you. For EF Core: 5-8.
172+
This plugin allows you to opt into some check constraints - just activate it and they'll automatically get created for you. For EF Core: 5-9.
173173

174174
[GitHub repository](https://github.com/efcore/EFCore.CheckConstraints) | [NuGet](https://www.nuget.org/packages/EFCore.CheckConstraints)
175175

176176
### SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime
177177

178-
Adds native support to EntityFrameworkCore for SQL Server for the NodaTime types. For EF Core: 3-8.
178+
Adds native support to EntityFrameworkCore for SQL Server for the NodaTime types. For EF Core: 3-9.
179179

180180
[GitHub repository](https://github.com/StevenRasmussen/EFCore.SqlServer.NodaTime) | [NuGet](https://www.nuget.org/packages/SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime)
181181

@@ -222,13 +222,13 @@ Adds support for [NodaTime](https://nodatime.org) types when using [SQLite](http
222222

223223
### ErikEJ.EntityFrameworkCore.SqlServer.Dacpac
224224

225-
Enables reverse engineering an EF Core model from a SQL Server data-tier application package (.dacpac). For EF Core: 6-8.
225+
Enables reverse engineering an EF Core model from a SQL Server data-tier application package (.dacpac). For EF Core: 6-9.
226226

227227
[GitHub repository](https://github.com/ErikEJ/EFCorePowerTools/tree/master/src/GUI/ErikEJ.EntityFrameworkCore.SqlServer.Dacpac) | [NuGet](https://www.nuget.org/packages/ErikEJ.EntityFrameworkCore.SqlServer.Dacpac)
228228

229229
### ErikEJ.EntityFrameworkCore.DgmlBuilder
230230

231-
Generate DGML (Graph) content that visualizes your DbContext. Adds the AsDgml() extension method to the DbContext class. For EF Core: 6-7.
231+
Generate DGML (Graph) content that visualizes your DbContext. Adds the AsDgml() extension method to the DbContext class. For EF Core: 6-9.
232232

233233
[GitHub repository](https://github.com/ErikEJ/EFCorePowerTools/tree/master/src/GUI/ErikEJ.EntityFrameworkCore.DgmlBuilder) | [NuGet](https://www.nuget.org/packages/ErikEJ.EntityFrameworkCore.DgmlBuilder)
234234

0 commit comments

Comments
 (0)