I migrated from .NET Framework 4.8 Entity Framework 6 to .NET 9 Entity Framework Core 9 and had this problem.
The nullable problem pointed out above is correct. Specifically, reference type like string
in .NET Framework needs to be change to string?