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

           Summary: Custom atributes which take generic types as parameters
                    fail to work
           Product: Mono: Runtime
           Version: 1.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


Created an attachment (id=175522)
 --> (https://bugzilla.novell.com/attachment.cgi?id=175522)
test.cs

In an attribute of the form

[TypeConverter(typeof(TypedControlIDConverter<IDataSource>))]

the attempt to load the type used in typeof fails with

** (test.exe:13714): WARNING **: Cannot load type
'TypedControlIDConverter`1[System.Web.UI.IDataSource]'

The warning is raised in the load_cattr_value function in the mono runtime
sources.

The attached test case demonstrates the bug.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to