Posts by Jalber • 1 point
2 posts
-
-1
votes0
answers5
viewsQ: When updating a Migration, an error appears stating that it is not possible to create an object at design time
I’m testing a DDD concept project called Equinox at this address: Equinox The first thing I did was to update the Migration (Update-Database) of the Equinox.Infra.Dat layer and it worked correctly:…
-
0
votes0
answers27
viewsQ: Conversion error in Where clause when filtering records using EF Core 2.0
I’m getting a list of records and filtering according to the given parameter. The problem is that an error is appearing in which I do not know (as picture). There are two classes : Personal Document…