| 7 Dec 2024 |
GGG | * Also, I can't wait for CA derivations, having to rebuild thousands of packages because of my changes that shouldn't affect anything in 361450 is becoming a major pain | 22:27:21 |
6pak | In reply to @gggkiller:matrix.org the issue with that is NativeLibrary, it uses a dynamic string so we can't just detect what it's doing that's where "injects a DllImportResolver" would come in | 23:13:11 |
6pak | and if it's a simple NativeLibrary.Load("static string") we can detect that easily | 23:14:24 |
GGG | registering a resolver would be a major pain though, since it has to be done per assembly | 23:16:56 |
GGG | we could do it, but it'd be very annoying | 23:17:01 |