xandyMelo
xandyMelo
CC#
Created by Kyiro on 9/30/2024 in #help
Migrating to EF Core migrations
I believe that you should create all entities and relationships, create a new schema, run the migrations and import the data, or just run the migrations in a new schema, and then point to the old schema, so for EF the db will be updated. I hope I helped
16 replies
CC#
Created by it’s raining outside on 9/26/2024 in #help
✅ vscode telling me some weird errors
Sorry, I got it wrong, I can't reproduce your error, unless I write the property name wrong.
10 replies
CC#
Created by it’s raining outside on 9/26/2024 in #help
✅ vscode telling me some weird errors
you can use:
pieceWeClicked.Value.moving
pieceWeClicked.Value.moving
Since you checked if it is null before, the .Value will not generate errors.
10 replies
CC#
Created by xandyMelo on 9/26/2024 in #help
✅wrong warning
I understand, this is in a query and I'm using EF Core, so I believe this is exactly what you mentioned. Because there were cases that returned null
5 replies