| 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
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.