You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading an entity from the DB, some owned entities are not loaded correctly if nullable property is null. We have class First, which has property of type Second. If id in Second is not null, the Third property is loaded, but if id is null, Third is also returned as null.
When we run generated query in database, everything is returned correctly.
Description
When loading an entity from the DB, some owned entities are not loaded correctly if nullable property is null. We have class First, which has property of type Second. If id in Second is not null, the Third property is loaded, but if id is null, Third is also returned as null.
When we run generated query in database, everything is returned correctly.
Configuration:
EF Core version: 5.0.1
Database provider: Npgsql.EntityFrameworkCore.PostgreSQL
Target framework: .NET core 3.1
Operating system: Windows 10
IDE: Visual Studio 2019 16.8.4
The text was updated successfully, but these errors were encountered: