habtard
habtard
CC#
Created by habtard on 4/9/2024 in #help
EF core can't use any tooling
Running dotnet ef migrations script --project=App.Database Rusults in
Unable to create a 'DbContext' of type ''. The exception 'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions' while attempting to activate 'App.Database.AppContext'
Unable to create a 'DbContext' of type ''. The exception 'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions' while attempting to activate 'App.Database.AppContext'
43 replies
CC#
Created by habtard on 3/28/2024 in #help
✅ Avoiding sub project reference
Is using List<dynamic> ever a good idea to avoid referencing concrete types in sub projects?
3 replies