Skip to content

Commit dcfb9dc

Browse files
authored
Add EF Commenter (#5190)
1 parent 0c9f28d commit dcfb9dc

File tree

1 file changed

+9
-3
lines changed
  • entity-framework/core/extensions

1 file changed

+9
-3
lines changed

entity-framework/core/extensions/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,15 +286,21 @@ This package focuses on adding data masking support for SQL Server to EF Core. F
286286

287287
[GitHub repository](https://github.com/sander1095/EntityFrameworkCore.Extensions.SqlServer.DataMasking) | [NuGet](https://www.nuget.org/packages/SanderTenBrinke.EntityFrameworkCore.Extensions.SqlServer.DataMasking)
288288

289+
### EFCommenter
290+
291+
All xml summaries of entities, properties, and enums will be added as comments on the corresponding database tables and columns. For EF Core: 9.
292+
293+
[GitHub repository](https://github.com/roohial57/DotNetComponent_EFCommenter) | [NuGet](https://www.nuget.org/packages/EFCommenter)
294+
289295
## API Integrations
290296

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

293-
### .NET Aspire
299+
### Aspire
294300

295-
Enhance the local development experience by simplifying the management of your cloud-native app's configuration and interconnections. For EF Core: 8.
301+
Enhance the local development experience by simplifying the management of your cloud-native app's configuration and interconnections. For EF Core: 8-10.
296302

297-
[Website](/dotnet/aspire/get-started/aspire-overview) | [GitHub repository](https://github.com/dotnet/aspire) | [NuGet](https://www.nuget.org/profiles/aspire)
303+
[Website](https://aspire.dev) | [GitHub repository](https://github.com/dotnet/aspire) | [NuGet](https://www.nuget.org/profiles/aspire)
298304

299305
### HotChocolate
300306

0 commit comments

Comments
 (0)