EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
13.8k
stars
3.2k
forks
source link
Don't remove the annotation in NonNullableConventionBase #35151
Closed
AndriySvyryd closed 1 day ago
The convention is getting invoked after
ModelFinalizing
in some cases, so it will recreate the annotation, wasting CPU cycles