Hi, I've been working for the last couple days on getting a .NET application to work under Mono. I'm happy to report success, which is cool because the application does encrypted network transfer of XML-serialized objects. In order to get it to work, I had to make a number of fixes and enhancements to:
- XmlSerializer: Got serialization of arrays to work and added basic deserialization (nested objects, arrays, etc.). Lots of minor bug fixes. - CryptoStream: Fixed a bug that prevented data that wasn't a multiple of 8 bytes from encrypting correctly. Other minor stuff... What's the best way to get all this into the main tree? I'm CVS sync'ed up to around 0.19. Best regards, I'm a Mono addict already! -elan _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
