aspire
aspire copied to clipboard
Provide `AddSqlServerDbContextFactory` method for `Aspire.Microsoft.EntityFrameworkCore.SqlServer`
The recommendation for Blazor web applications is to use AddDBContextFactory to handle the lifetime of the DBContext, I believe Aspire.Microsoft.EntityFrameworkCore.SqlServer should also provide that method to support that recommendation.
PD: Amazing tech