Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=43567 --- shadow/43567 2005-02-18 20:12:28.000000000 -0500 +++ shadow/43567.tmp.5276 2005-06-06 16:18:47.000000000 -0400 @@ -1,16 +1,16 @@ Bug#: 43567 Product: Mono: Class Libraries Version: unspecified OS: All OS Details: -Status: ASSIGNED -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal -Component: Windows.Forms +Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: @@ -71,6 +71,21 @@ However it is important to note that the majority of the other converters for .resx types are implemented and resgen now properly compiles all .resx types that we currently handle into culture specific resources. -kangaroo + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-06 16:18 ------- +This is a fixed bug, but I have some comments on it, no action +should be taken. + +The fix for this bug in ResourceManager.cs is tagged as a temporary +workaround altough this fix implements the expected and correct +behaviour of this constructor. + +The name and assembly of the type resourceSource is used to +initialize the ResourceManager. It is nowhere documented nor the +name resourceSource suggests that it should be used for +resourceSetType as well and it can be any Type you want. Only the +parameter usingResourceSet has to be used as resourceSetType in the +constructors. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
