diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-24 14:23:34 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-24 14:23:34 +1000 |
| commit | 5c48b5c90e8037e9b9ea4b4c59d4e376a20590d9 (patch) | |
| tree | 706382ff2bf1d8710723b8196a8c5124f7dd9e80 /HBContext.cs | |
| parent | 56e3e6072146e0d0d5fb7c098baced157c592998 (diff) | |
Removed EFCore lazy-loading proxies
Diffstat (limited to 'HBContext.cs')
| -rw-r--r-- | HBContext.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
