79323010

Date: 2025-01-02 07:18:25
Score: 1
Natty:
Report link

There's no 'clean' way of doing it that I've found so far, but when implementing a bare AppDomain.CurrentDomain.AssemblyResolve you're able to ignore the version numbers in the handler to achieve a similar result as assembly bindings (or can respect the numbers of the binding if you choose to implement that too).

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: NeuronButter