[Mono-bugs] [Bug 375182] New: CS1607 not reported for invalid product / file version
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Mar 29 07:49:07 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=375182
Summary: CS1607 not reported for invalid product / file version
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: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
To reproduce, compile the following code:
using System.Reflection;
[assembly: AssemblyFileVersion ("1.0")]
[assembly: AssemblyInformationalVersion ("")]
class Foo
{
}
Expected result:
warning CS1607: Assembly generation -- The version '' specified for the 'file
version' is not in the normal 'major.minor.build.revision' format
warning CS1607: Assembly generation -- The version '' specified for the
'product
version' is not in the normal 'major.minor.build.revision' format
Actual result:
No 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