Wednesday, November 18, 2009

Announcing Gallio v3.1 Update 2

Today we are releasing Gallio v3.1 Update 2.  This releases fixes several problems on x64 platforms and includes support for Visual Studio 2010 and .Net Framework 4.0 Beta 2.

Download here: http://www.gallio.org/Downloads.aspx

Documentation here: http://www.gallio.org/Docs.aspx

Earlier release notes: v3.1 update 1, v3.1, all versions

Changes

  • Improved startup performance by fixing a problem with pre-generated XmlSerializers.
  • Added support for Visual Studio 2010 and .Net Framework 4.0 Beta 2.
  • Fixed an AccessViolationException in Icarus.  Special thanks to Kent Hansen for identifying the root cause and proposing a fix!
  • Fixed installer bugs on x64 which caused some components to not be installed.
  • Fixed bugs running MSTest tests on x64.
  • Fixed a problem that caused long-running tests to be aborted prematurely by Visual Studio.
Technorati Tags: ,

1 comment:

Stereo DDD said...

For some reason I cn't get the mbUnit test running from nAnt script, here is the log:


[gallio] Gallio NAnt Task - Version 3.1 build 397
[gallio] Start time: 4:37 PM
[gallio] No test files to execute!
[gallio] Stop time: 4:37 PM (Total execution time: 0.348 seconds)


Anyone has the same issue?