[Mono-dev] [PATCH] make nunit work out of the box on 2.0 profile

Kamil Skalski kamil.skalski at gmail.com
Thu Sep 8 17:22:41 EDT 2005


Hi!

Currently nunit distributed with mono is rather unusable with 2.0
assemblies. I attach a patch, which makes it fully usable:

- nunit-console.exe.config is removed, because it enforces choosing
1.1 corlib assemblies in preference over 2.0 ones (and the contents of
this config are mostly related to making nunit work on 1.0 .NET, which
is not an issue with mono)

- nunit-console2 is added, I'm copying the design of monop2 and wsdl2

- the nunit dlls from 2.0 are now installed 

Optionally we could leave the
  <appSettings>
      <!--    Specify the location to be used by .NET for the cache -->
    <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
  </appSettings>

section in nunit-console.exe.config and remove any other contents.

Should I commit?


-- 
Kamil Skalski
http://nazgul.omega.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nunit.patch
Type: text/x-patch
Size: 5060 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050908/34b491b4/attachment.bin 


More information about the Mono-devel-list mailing list