[Mono-bugs] [Bug 79250][Wis] Changed - FileShare.Delete not accepted by System.IO.FileStream ctor

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 21 08:17:06 EDT 2007


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 jeanphilippe.lucas at globecast.com.

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

--- shadow/79250	2006-10-11 14:37:12.000000000 -0400
+++ shadow/79250.tmp.23982	2007-06-21 08:17:06.000000000 -0400
@@ -71,6 +71,15 @@
 Created an attachment (id=17736)
 Proposed patch
 
 
 ------- Additional Comments From dick at ximian.com  2006-10-11 14:37 -------
 Patch committed to SVN head.  Thanks.
+
+------- Additional Comments From jeanphilippe.lucas at globecast.com  2007-06-21 08:17 -------
+I don't think this bug is fixed
+The value of (FileShare.Delete|FileShare.ReadWrite) = 7 so the patch
+does not resolve the problem.
+
+I think the good test should be:
+if (share < FileShare.None || share > FileShare.Delete |
+FileShare.ReadWrite)


More information about the mono-bugs mailing list