From 223a37071310ac7d30253631e26bf13c5819d896 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 22 Nov 2024 09:58:12 +1000 Subject: [PATCH] Revert "POC for `[Dependency]` (eager asm loading)" This reverts commit d23e771a391d2e14a452eac29969f32b157b450a. Had no effect on where in the startup a `TargetInvocationException` was thrown, so I'm guessing the attribute has no purpose anymore. --- src/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs diff --git a/src/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs b/src/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs deleted file mode 100644 index ffc2e70f697..00000000000 --- a/src/BizHawk.Client.EmuHawk/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: Dependency("System.Data", LoadHint.Always)]