I'm trying to embrace C# 8's nullable references types in my project and make it smoothly work with EF Core....Following ...this guide..., I made my entity classes have constructors accepting all data needed for initializing their non-nullable properties:...