nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01239
[Bug 665236] [NEW] Support for Mono 4.0 profile not detected in Linux
Public bug reported:
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.
** Affects: nunitv2
Importance: Critical
Assignee: Charlie Poole (charlie.poole)
Status: Triaged
** Changed in: nunitv2
Status: New => Triaged
** Changed in: nunitv2
Importance: Undecided => Critical
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunitv2
Milestone: None => 2.5.8
--
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.
Follow ups
References