Closed GoogleCodeExporter closed 9 years ago
If I specify a different type of filter, again the filter does work, but the
same
error above occurs.
Example:
C:\Program Files\Gallio\bin>Gallio.Echo.exe "c:\Visual Source Safe Proje
n\Debug\Cet.Derm.UnitTests.dll" /f:ExactType:ApprovalsBLTests
Original comment by hecktarz...@gmail.com
on 15 Sep 2009 at 8:57
This is also happening in Icarus when I load assemblies.
Original comment by hecktarz...@gmail.com
on 16 Sep 2009 at 2:12
I created a single test DLL with 1 assert (Assert.AreEqual(1,1);) and used only
1
reference (MbUnit.Framework.dll v2.4.2.355) and it still does it in Icarus (and
probably echo too).
Original comment by hecktarz...@gmail.com
on 16 Sep 2009 at 2:27
Oh dear! It's using a method overload that is only available in .NET 3.5 SP1, I
thought we'd got rid of that one, sorry.
Original comment by grahamr...@gmail.com
on 16 Sep 2009 at 5:56
So, for now would installing .NET 3.5 SP1 solve the problem? Otherwise, wait
until
the next release?
Original comment by hecktarz...@gmail.com
on 16 Sep 2009 at 6:47
Also, if .NET 3.5 SP1 is needed for Gallio v3.1 to function, I would recommend
adding
that to your release notes and to your installation requirements list, if there
is
one (I couldn't find it).
Original comment by hecktarz...@gmail.com
on 16 Sep 2009 at 7:03
Correct. It's not intentional, I've amended it to use the overload available
pre-SP1
in the trunk.
Original comment by grahamr...@gmail.com
on 16 Sep 2009 at 7:39
Graham, please backport this fix to the v3.1 branch too. I'll do an update
release
in a week or so.
Original comment by jeff.br...@gmail.com
on 17 Sep 2009 at 8:53
Original issue reported on code.google.com by
hecktarz...@gmail.com
on 15 Sep 2009 at 8:40