[Mono-bugs] [Bug 422929] New: Multiple TypeForwardedToAttributes per assembly not possible
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 4 00:36:00 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=422929
Summary: Multiple TypeForwardedToAttributes per assembly not
possible
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: Dax at daxxfiles.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
mcs r112223 only emits the first TypeForwardedToAttribute of each assembly.
Steps to reproduce the problem:
compile and disassemble
using System.Runtime.CompilerServices;
[assembly:TypeForwardedToAttribute(typeof(int))]
[assembly:TypeForwardedToAttribute(typeof(object))]
Actual Results:
Only int is forwarded
Expected Results:
int and object are both forwarded (csc behaviour)
How often does this happen?
Every time
Additional Information:
One TypeForwardedToAttribute per .cs does not change this, either.
--
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