[Mono-bugs] [Bug 76928][Nor] Changed - nunit: nunit tests that use
C# 2.0 features do not run properly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 14:51:25 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by nazgul at omega.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=76928
--- shadow/76928 2005-12-07 09:31:12.000000000 -0500
+++ shadow/76928.tmp.25085 2005-12-07 14:51:25.000000000 -0500
@@ -59,6 +59,27 @@
nunit-2.0 mono packages work.
------- Additional Comments From matt at use.net 2005-12-07 09:31 -------
Kamil's interpretation is correct, so I am reopening. If I run
lib/mono/2.0/nunit-console.exe, it should use a 2.0-compiled
nunit*.dll so my test case above works correctly.
+
+------- Additional Comments From nazgul at omega.pl 2005-12-07 14:51 -------
+There were several discussions about this (see for example
+http://lists.ximian.com/pipermail/mono-devel-list/2005-October/015413.html).
+
+Currently the problem is that GAC can holds only one version of nunit
+assemblies and its versioning schema do not allow making some sane
+separation here (and Charlie Poole seems to have resigned from the
+idea of different version numbers for 1.1 and 2.0 profiles as proposed
+in
+http://lists.ximian.com/pipermail/mono-devel-list/2005-November/015593.html).
+
+One nice idea to consider is to disable installation of nunit
+assemblies into gac (another one from Charlie
+http://lists.ximian.com/pipermail/mono-devel-list/2005-December/016018.html)
+I didn't try this, but it seems feasible, just keep nunit assemblies
+in the same directory as nunit-console and make nunit.pc point to this
+ directory.
+
+
+
More information about the mono-bugs
mailing list