-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
it seems that i'm failing to add database migration for the CatalogDBContext.
this is the error:
Unable to create a 'DbContext' of type 'CatalogDbContext'. The exception 'Unable to resolve service for type 'Finbuckle.MultiTenant.Abstractions.IMultiTenantContextAccessor`1[FSH.Framework.Infrastructure.Tenant.FshTenantInfo]' while attempting to activate 'FSH.Starter.WebApi.Catalog.Infrastructure.Persistence.CatalogDbContext'.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
the command i tried:
dotnet ef migrations add AddAgencyEntity --context CatalogDbContext --output-dir src/api/migrations/PostgreSQL/Catalog
laxil95
Metadata
Metadata
Assignees
Labels
No labels