[Bug 37998] Wine-mono: Type.GetType("Mono.Runtime", false) is not null, confuse runtime detection code like NUnit

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 8 09:42:47 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=37998

Vincent Povirk <madewokherd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

--- Comment #2 from Vincent Povirk <madewokherd at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list