[Mono-bugs] [Bug 78384][Nor] Changed - CSharpCodeProvider ignores CompilerParameters.EmbeddedResources

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 15 16:49:44 EDT 2006


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 gert.driesen at pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=78384

--- shadow/78384	2006-05-13 11:07:39.000000000 -0400
+++ shadow/78384.tmp.20682	2006-05-15 16:49:44.000000000 -0400
@@ -5,19 +5,20 @@
 OS Details: Fedora Core 4
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: rharinath at novell.com                            
+AssignedTo: gert.driesen at pandora.be                            
 ReportedBy: karl at waclawek.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: CSharpCodeProvider ignores CompilerParameters.EmbeddedResources
+BugsThisDependsOn: 78407
 
 * Description of Problem:
 
 I am using the CSharCodeProvider class in Mono 1.1.15 (Beta 2) to 
 compile an assembly with embedded resources. However, when running
 the application, I get a MissingManifestResourceException:
@@ -69,6 +70,11 @@
 * Additional Information:
 
 Looking at the Mono sources, I believe the error is in file
 CSharpCodeCompiler.cs, function 
 private static string BuildArgs(CompilerParameters options,string[] fileNames)
 which seems to ignore the EmbeddedResources property.
+
+------- Additional Comments From gert.driesen at pandora.be  2006-05-15 16:49 -------
+I have a small patch ready for this, but I'll hold off on committing 
+until bug #78407 is fixed as that will allow me to add better unit 
+tests for this.


More information about the mono-bugs mailing list