[Mono-list] A few Mono/MS discrepancies

Piers Haken piersh@friskit.com
Sun, 3 Mar 2002 10:29:50 -0800


I'm adding a fair bit of functionality to the CorCompare tools
(properties, attributes, etc...). I made it print a warning when the
'MemberType' of a class is different in mono than it is in mscorlib.

This is what I'm getting right now:

WARNING!!! MemberType mismatch on
System.Globalization.JulianCalendar.JulianEra [is 'Property', should be
'Field']
WARNING!!! MemberType mismatch on
System.Runtime.Remoting.Messaging.Header.Name [is 'Property', should be
'Field']
WARNING!!! MemberType mismatch on
System.Runtime.Remoting.Messaging.Header.Value [is 'Property', should be
'Field']
WARNING!!! MemberType mismatch on
System.Runtime.Remoting.Messaging.Header.MustUnderstand [is 'Property',
should be 'Field']
WARNING!!! MemberType mismatch on
System.Runtime.Remoting.Messaging.Header.HeaderNamespace [is 'Property',
should be 'Field']

I'm guessing there's a good reason for these changes. I just thought I'd
make sure...

Piers.