Bug 218613 - dev-dotnet/nant-0.85 fails to compile with mono-1.9
Bug#: 218613 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dotnet@gentoo.org Reported By: ttmails2@gmx.de
Component: Ebuilds
URL:  http://nant.sourceforge.net/
Summary: dev-dotnet/nant-0.85 fails to compile with mono-1.9
Keywords:  
Status Whiteboard: 
Opened: 2008-04-20 16:36 0000
Description:   Opened: 2008-04-20 16:36 0000
dev-dotnet/nant-0.85 fails to compile with mono-1.9 because
Assembly.LoadWithPartialName is now obsolete and should be replaced through
Assembly.Load.

Reproducible: Always

------- Comment #1 From Tim Taubert 2008-04-20 16:37:46 0000 -------
Created an attachment (id=150428) [details]
nant-0.85-obselencense.patch

I extended the nant-0.85-obselencense.patch file so that it replaces the
Assembly.LoadWithPartialName() call.

------- Comment #2 From Jurek Bartuszek 2008-06-01 11:21:00 0000 -------
Fixed in CVS, thanks!