Guess your list is a good start for something to include in the final
0.85 release notes :)

> (7) Is there a way to determine if a dll is a managed assembly? Not all
> my dlls are managed.  In the past, running <nunit2> on an unmanaged
> assembly would cause it to fail.  The expedient solution was to keep a
> list of which dlls where unmanaged and skip the unit tests on them.

I had the same need a while back (I ended up writing a short nant
function, maybe there's something better now?)

Have a look at Suzanne Cook's post (determining whether a file is an
assembly,  http://blogs.msdn.com/suzcook/archive/2004/03/17/91715.aspx
)

cheers

Thibaut Barrère


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to