[Mono-devel-list] Re: Bugs in general (and in System.Xml in particular)

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu May 15 17:12:50 EDT 2003


El jue, 15 de 05 de 2003 a las 22:21, ginga at kit.hi-ho.ne.jp escribió:
> Hello,
> 
> > I've started to seriously use mono this week; I'm porting our .NET work. I'm
> > mainly stressing the System.Xml namespace at the moment and I found a
> > difference between mono and .NET (1.1 anyway) yesterday, which I have
> > reported to the Ximian bugzilla.
> >     <http://bugzilla.ximian.com/show_bug.cgi?id=42935>
> 
> That bug (XmlException .ctor difference) is since it is newly 
> introduced in MS.NET 1.1 and I (anyone) hadn't updated it.

Don't forget to use the version #if:

#if USE_VERSION_1_0

#else

#endif

Ah! Btw, I've noticed that some unit test from System.IO (may be others)
do not build under windows (I'm using .NET 1.0) due to those SetUtc*
methods.

-Gonzalo





More information about the Mono-devel-list mailing list