Skip to content

Commit 135128b

Browse files
authored
Add EFCore.Migrations.AutoComments and EFCore.Migrations.CustomSql extensions (#5347)
1 parent 33a6ce6 commit 135128b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • entity-framework/core/extensions

entity-framework/core/extensions/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,18 @@ All xml summaries of entities, properties, and enums will be added as comments o
304304

305305
[GitHub repository](https://github.com/roohial57/DotNetComponent_EFCommenter) | [NuGet](https://www.nuget.org/packages/EFCommenter)
306306

307+
### EFCore.Migrations.AutoComments
308+
309+
Automatically applies database comments to tables and columns from XML `<summary>` tags. For EF Core: 6-10.
310+
311+
[GitHub repository](https://github.com/AndreqGav/EFCore.Migrations.AutoComments) | [NuGet](https://www.nuget.org/packages/EFCore.Migrations.AutoComments)
312+
313+
### EFCore.Migrations.CustomSql
314+
315+
Tracks custom SQL and database objects (views, functions, triggers, etc.) as part of the EF model with auto-generated Up/Down migration code. Provider packages add support for specific database engines. For EF Core: 6-9.
316+
317+
[GitHub repository](https://github.com/AndreqGav/EFCore.Migrations.CustomSql) | [NuGet](https://www.nuget.org/packages/EFCore.Migrations.CustomSql)
318+
307319
## API Integrations
308320

309321
These packages are designed to integrate directly with EF Core to expose various APIs.

0 commit comments

Comments
 (0)