Closed NathalieSpierings closed 2 years ago
Hi @NathalieSpierings, I'll try to reproduce it.
Okay, the reason is explained here.
For the time being it's possible to use OpenCQRS in .NET 6 by using the old pattern with Startup.cs.
Yes this solution ideed worked for me. Thank you
Glad it worked!
I have created a .NET Core 6.0 Webapplication and installed the following packages:
I have followed the wiki Configuration as followed:
In my .net core 6 web project in de Program.cs i have the following configuration:
When i use migrations update-database i got the following errors:
What am i missing here? Thank you for the help