OData / AspNetCoreOData

ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
Other
458 stars 158 forks source link

Fixes #1336 : Regressions from refacturing from extension method EntityType() to EntityType property bug #1341

Closed xuzhg closed 2 weeks ago

xuzhg commented 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.