Closed xuzhg closed 2 weeks ago
Fixes #1336 : Regressions from refacturing from extension method EntityType() to EntityType property bug If the navigation source is null, it throws nullreference exception. Change it to test the null first, then call the EntityType property.
Fixes #1336 : Regressions from refacturing from extension method EntityType() to EntityType property bug If the navigation source is null, it throws nullreference exception. Change it to test the null first, then call the EntityType property.