[Mono-bugs] [Bug 77644][Nor] New - [PATCH] FileShare.Inheritable
should be ignored in 2.0 FileStream
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Feb 26 04:19:34 EST 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=77644
--- shadow/77644 2006-02-26 04:19:34.000000000 -0500
+++ shadow/77644.tmp.27785 2006-02-26 04:19:34.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 77644
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] FileShare.Inheritable should be ignored in 2.0 FileStream
+
+To match MSFT, FileShare.Inheritable should be ignored in the FileStream
+ctors instead of throwing an ArgumentException in the 2.0 profile.
+
+This fixes 2 test failures on MS.NET 2.0.
+
+The attached patch fixes this issue and the corresponding unit tests, and
+adds tests which verify the correct behavior for all possible
+combinations of FileMode and FileAccess.
+
+Let me know if it's ok to commit this patch.
More information about the mono-bugs
mailing list