sia-digital / pibox

PiBox is a service hosting framework that allows .net devs to decorate their services with behaviours or functionality (think of plugins) while only using minimal configuration.
https://sia-digital.gitbook.io/pibox/
MIT License
6 stars 3 forks source link

Log which db contexts we are applying migrations for #54

Open fb-smit opened 6 months ago

fb-smit commented 6 months ago

https://github.com/sia-digital/pibox/blob/6671b945433c6e91c90803d0f3a3074980f91667/PiBox.Plugins/Persistence/EntityFramework/src/PiBox.Plugins.Persistence.EntityFramework/DependencyInjectionExtensions.cs#L39

Maybe we should log for which db context we are executing the dbContext.Migrate() for.