From 67988d288cb4aeabdbbe0d8aea826d0b9cee668b Mon Sep 17 00:00:00 2001 From: Marcos Cordeiro Date: Sat, 2 Mar 2024 22:25:42 -0300 Subject: [PATCH] Re-eanble Dynamic typeLoadMode on wolverine Its throwing some erros --- Wasari.Daemon/Program.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Wasari.Daemon/Program.cs b/Wasari.Daemon/Program.cs index 575d6bc..fc2bde9 100644 --- a/Wasari.Daemon/Program.cs +++ b/Wasari.Daemon/Program.cs @@ -1,7 +1,3 @@ -#if RELEASE -using JasperFx.CodeGeneration; -#endif - using Oakton; using Oakton.Resources; using StackExchange.Redis; @@ -86,10 +82,6 @@ { opts.Durability.StaleNodeTimeout = TimeSpan.FromSeconds(10); -#if RELEASE - opts.CodeGeneration.TypeLoadMode = TypeLoadMode.Static; -#endif - var localQueueConfiguration = opts.LocalQueueFor() .UseDurableInbox();