Event handler to Observable gets converted incorrectly

In order to load DLLs next to another one, we need to react to the AssemblyResolve event. But the automatic conversion to observable seems to get something wrong here:

Somehow the handler type gets mixed up with another one. Seems to be a bug.

Besides this bug, an other idea how to react on the event (without creating a new C# dll)?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.