dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.8k stars 3.2k forks source link

Don't remove the annotation in NonNullableConventionBase #35151

Closed AndriySvyryd closed 1 day ago

AndriySvyryd commented 2 days ago

The convention is getting invoked after ModelFinalizing in some cases, so it will recreate the annotation, wasting CPU cycles