[Mono-bugs] [Bug 684737] Using the generic type System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> requires 10 type argument(s)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 4 06:54:49 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=684737

https://bugzilla.novell.com/show_bug.cgi?id=684737#c8


Marek Safar <msafar at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|C#                          |xbuild
         AssignedTo|msafar at novell.com           |jankit at novell.com
            Product|Mono: Compilers             |Mono: Tools

--- Comment #8 from Marek Safar <msafar at novell.com> 2011-04-04 10:54:48 UTC ---
Surprisingly the compiler error message is spot on.

xbuild is calling gmcs with 2.0 mscorlib and 4.0 System.Core which means the
closest System.Func match has 10 type parameters.

This is most likely xbuild bug. Please attach your .csproj so we can reproduce
it easier.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list