Matt Hambleton
Results
2
comments of
Matt Hambleton
Given that the code in the Program.cs is run in-process you can just set a break point in the Program.cs file to diagnose these issues.
I've been able to get this working by adding a computed column into the entity type configuration class (but this should equally apply to the OnModelCreating method of the DbContext):...