diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index fa03296382..1bdf23f611 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -286,15 +286,21 @@ This package focuses on adding data masking support for SQL Server to EF Core. F [GitHub repository](https://github.com/sander1095/EntityFrameworkCore.Extensions.SqlServer.DataMasking) | [NuGet](https://www.nuget.org/packages/SanderTenBrinke.EntityFrameworkCore.Extensions.SqlServer.DataMasking) +### EFCommenter + +All xml summaries of entities, properties, and enums will be added as comments on the corresponding database tables and columns. For EF Core: 9. + +[GitHub repository](https://github.com/roohial57/DotNetComponent_EFCommenter) | [NuGet](https://www.nuget.org/packages/EFCommenter) + ## API Integrations These packages are designed to integrate directly with EF Core to expose various APIs. -### .NET Aspire +### Aspire -Enhance the local development experience by simplifying the management of your cloud-native app's configuration and interconnections. For EF Core: 8. +Enhance the local development experience by simplifying the management of your cloud-native app's configuration and interconnections. For EF Core: 8-10. -[Website](/dotnet/aspire/get-started/aspire-overview) | [GitHub repository](https://github.com/dotnet/aspire) | [NuGet](https://www.nuget.org/profiles/aspire) +[Website](https://aspire.dev) | [GitHub repository](https://github.com/dotnet/aspire) | [NuGet](https://www.nuget.org/profiles/aspire) ### HotChocolate