https://bugs.winehq.org/show_bug.cgi?id=37998
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- Turns out this causes too many problems. Mono.Cecil relies on this, and Cecil's .net codepath doesn't currently work in Wine Mono. We could hack the versions of Cecil that ship with Mono, but that wouldn't fix versions of Cecil that are in the wild.
Ideally, we should provide whatever Cecil needs to function correctly. Some more complex hack where we do something different depending on who is asking may also be possible. For now, I don't know any real programs that need this, so it's a low priority.