skip to Main Content

Postgresql – EF Core querying gives an error "Could not load file or assembly 'Npgsql. The system cannot find the file specified."

I am using .NET 6 and PostgreSQL database. I have a hosted service, which periodically calls repository's function and is querying database entities using EF Core as so: public class NotificationRepository : INotificationRepository { public async Task<List<Notification>> GetUnreadDeviceNotifications() { using…

VIEW QUESTION
Back To Top
Search