[Mono-bugs] [Bug 487625] New: ExtensionMethodAttribute and CS1685

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Mar 22 17:27:15 EDT 2009


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


           Summary: ExtensionMethodAttribute and CS1685
    Classification: Mono
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


In .NET 3.5 it seems that the behavior of CS1685 changed to be only a warning,
at least in the presence of the ExtensionMethodAttribute.

This attribute is used to flag that a method is an extension, it lives in
System.Core but apparently people that do not reference System.Core add this
attribute to their own assemblies typically preventing us from compiling their
code.

I sent a sample program to Marek Safar already with a solution that exhibits
the problem.

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


More information about the mono-bugs mailing list