Monday, June 14, 2004

This release was sick so I removed from the server...

There is a new release of MbUnit available for download at tigris. The main change in this release is the support for separate AppDomain (which was really painfull to get).

New Features:

 

posted on Monday, June 14, 2004 11:55:00 AM UTC  #    Comments [9]
Monday, June 06, 2005 5:56:28 PM UTC
Oops!
<br>Too sick to be tested as an alpha?
<br>When I use alpha releases I always expect kerboom!
Dave
Monday, June 06, 2005 5:56:29 PM UTC
Tonight surely, this is an annoying bug but I have not gotten home since found it...
Jonathan de Halleux
Monday, June 06, 2005 5:56:30 PM UTC
No files under 2.15? how do i get the code/binaries?
<br>
<br><a target="_new" href="http://mbunit.tigris.org/servlets/ProjectDocumentList?folderID=2855">http://mbunit.tigris.org/servlets/ProjectDocumentList?folderID=2855</a>
Vivek V
Monday, June 06, 2005 5:56:31 PM UTC
I will fix the problem about MbUnitTask tonite. Just figure out what problem is.
Nat
Monday, June 06, 2005 5:56:31 PM UTC
The problem is that I used to pass the exception as such but, with separate AppDomain and remoting, this is very fragile...
Jonathan de Halleux
Monday, June 06, 2005 5:56:32 PM UTC
Yep.... I got the exact same problem. Sometimes, the exception is not passed back to the other domain properly.
<br>
Nat
Monday, June 06, 2005 5:56:32 PM UTC
With <a title="Helper wrapper around CodeDOM" href="http://mbunit.tigris.org" target="_blank">Refly</a>, is there any way I can avoid reverting to using CodeDOM to call static methods on BCL classes like:
<br>Console.WriteLine(&quot;&quot;);
<br>?
<br>
Aaron A. Anderson
Monday, June 06, 2005 5:56:33 PM UTC
Hello Aaron,
<br>
<br>I have seen your message yesterday on the codeproject article. Still looking for the answer :)
Jonathan de Halleux
Monday, June 06, 2005 5:56:33 PM UTC
Hi Nat,
<br>
<br>Since the user can create it's own exception, which can contain any object, it is very likely that you will have to handle serializable / non seriazable exception... and the remoting starts to scream.
<br>
<br>I'll fix that by converting the exceptions into &quot;homemade&quot; classes.
Jonathan de Halleux
Comments are closed.