[Mono-bugs] [Bug 361709] Issues with App.ProductName, CompanyName, ProductVersion corner cases

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 20 16:49:20 EST 2008


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

User justin.cherniak at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=361709#c3





--- Comment #3 from Justin Cherniak <justin.cherniak at gmail.com>  2008-02-20 14:49:20 MST ---
I've created a test application that outlines a few of the border cases when
run under SVN SWF and .NET SWF.  I've also attached a patch that resolves the
border cases I did indeed find:

- CompanyName: The SVN implementation did not implement it properly in that it
was returning the full namespace name instead of the outermost namespace

- ProductName: Before resorting to the name of the class with Main(), it should
use the innermost namespace

- ProductVersion: Before resorting to 1.0.0.0, it should check to see that a
AssemblyFileVersion attribute is present and if so use that version.


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