nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01240
[Bug 665236] Re: Support for Mono 4.0 profile not detected in Linux
** Branch linked: lp:nunitv2
--
Support for Mono 4.0 profile not detected in Linux
https://bugs.launchpad.net/bugs/665236
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: Triaged
Bug description:
Under Windows, Mono 4.0 support is detected correctly but under Linux the code is looking for /usr/lib/lib/Mono/4.0/mscorlib.dll,
which is not the correct path. The calculation of monoPrefix in RuntimeFramework.cs needs to be changed.
References