[Mono-bugs] [Bug 355005] New: LINQ: DynamicMethod used by LambdaExpression should be verified

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 20 17:05:06 EST 2008


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


           Summary: LINQ: DynamicMethod used by LambdaExpression should be
                    verified
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


We need to make sure that the verifier is ran on those expressions, see:

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=297597

And my bug report:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=323137

Currently we do not:
* Set the skipVisibility to any interesting value, should research that.
* Do the verification (talk to Rodrigo/Paolo to figure out what to do here).

The code lives in:
mcs/class/System.Core/System.Linq.Expressions/LambdaExpression.cs

EmitContext() ctor.


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