POC for `[Dependency]` (eager asm loading)

This commit is contained in:
YoshiRulz 2024-11-22 09:39:16 +10:00
parent 90ca8ea6ca
commit d23e771a39
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;
[assembly: Dependency("System.Data", LoadHint.Always)]