I ran into problems using a DbContext with Blazor components using InteractiveServer render mode, so now I have to change all injections of my DbContext into a IDbContextFactory. Fun times...

Comments