- Change from FirstOrDefaultAsync to ToListAsync + FirstOrDefault - Ensures proper query execution for both EF6 (.NET Framework 4.8) and EF Core (.NET 8.0) - Prevents potential query execution issues - Add using System.Linq directive
1.8 KiB
1.8 KiB