[Mono-bugs] [Bug 647845] Regression: CS1061 wrongly generated by dmcs
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Nov 21 08:44:13 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=647845
https://bugzilla.novell.com/show_bug.cgi?id=647845#c2
Fabien Barbier <goldencrystal at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Fabien Barbier <goldencrystal at gmail.com> 2010-11-21 13:44:11 UTC ---
This still happens with the new mono 2.8.1 release, so I reopen this bug.
Also it seems to happen with all three of mcs, gmcs and dmcs contrary to what i
thought.
/Library/Frameworks/Mono.framework/Versions/2.6.7/bin/mcs Main.cs
Main.cs(16,21): warning CS0169: The private field `dmcs_regression.Foo.bar' is
never used
Compilation succeeded - 1 warning(s)
/Library/Frameworks/Mono.framework/Versions/2.8.1/bin/mcs Main.cs
Main.cs(11,66): error CS1061: Type `int' does not contain a definition for
`value' and no extension method `value' of type `int' could be found (are you
missing a using directive or an assembly reference?)
Compilation failed: 1 error(s), 0 warnings
--
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