[Mono-bugs] [Bug 80856][Wis] New - [2.0] URI UriKind.Relative ToString

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 14 17:13:37 EST 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 grompf at sublimeintervention.com.

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

--- shadow/80856	2007-02-14 17:13:37.000000000 -0500
+++ shadow/80856.tmp.18263	2007-02-14 17:13:37.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 80856
+Product: Mono: Runtime
+Version: 1.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: grompf at sublimeintervention.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] URI UriKind.Relative ToString
+
+The following snippet prints "://" when it should print "foo/bar":
+
+using System;
+
+class Test {
+  static void Main (string [] args) {
+    Console.WriteLine (new Uri ("foo/bar", UriKind.Relative).ToString ());
+  }
+}


More information about the mono-bugs mailing list