net9.0
namespace Microsoft.Extensions.Hosting
{
public static class AspireEFMySqlExtensions
{
public static void EnrichMySqlDbContext<TContext>(this IHostApplicationBuilder! builder, Action<PomeloEntityFrameworkCoreMySqlSettings!>? configureSettings = null)
where TContext, DbContext!;
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assemblies | Aspire.Pomelo.EntityFrameworkCore.MySql , Version=9.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Aspire.Pomelo.EntityFrameworkCore.MySql , Version=8.2.2.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Aspire.Pomelo.EntityFrameworkCore.MySql net8.0 |
Platform Restrictions | This API is supported on all platforms. |