[Mono-dev] Support for XmlSerializationReader.CollapseWhitespace & ReadTypedNull

Atsushi Eno atsushi at ximian.com
Fri Sep 26 23:15:32 EDT 2008


MrBahr wrote:
> In analyzing my existing project with MoMa, I am getting the following:
> 
> Mono method that throws NotImplementedException
> 
> Object XmlSerializationReader.ReadTypedNull(XmlQualifiedName)
> string XmlSerializationReader.CollapseWhitespace(string)

(A)

> FileSecurity File.GetAccessControl(string)
> void FileSystemSecurity.AddAccessRule(FileSystemAccessRule)
> void FileSystemSecurity.AddAccessRule(FileSystemAccessRule)
> void File.SetAccessControl(string, FileSecurity)

(B)

> Will these be implemented in v2.0?

None of them will be implemented in 2.0. (A) can be still implemented
in the near future. (B) won't happen. It is Windows-only ACL things.

Atsushi Eno


More information about the Mono-devel-list mailing list