From 9a99c6859c2e740e1b6afe3c8c1020343a848197 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 24 Aug 2023 14:23:34 +1000 Subject: Removed EFCore lazy-loading proxies --- HBContext.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'HBContext.cs') diff --git a/HBContext.cs b/HBContext.cs index 74c040c..d0cd26f 100644 --- a/HBContext.cs +++ b/HBContext.cs @@ -19,7 +19,6 @@ public class HBContext : DbContext { this.config = config; protected override void OnConfiguring(DbContextOptionsBuilder options) { - options.UseLazyLoadingProxies(); options.UseNpgsql(config.DbConnectionString); #if DEBUG -- cgit v1.3