[Mono-bugs] [Bug 661515] aresgen.exe should generate string properties for string values

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 7 10:08:22 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=661515#c1


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2011-01-07 15:08:21 UTC ---
This can't be easily supported, as translating ids to strings requires a
Context instance, to call Context.Resources.GetString(int).  Since
Resource.Designer.cs contains static members, this isn't possible; we'd need a
method, and I don't see what adding a method would gain over just calling the
existing Context.Resources.GetString(int) method.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list