Re: Server packet information still the same?
Mono has almost full .Net 2.0 support by now, but I don't know how easy or hard it will be to make it comply with .Net 3.5 stuff. The fun thing is that you'll be able to continue to build your binaries with Visual Studio like usual, the only thing you'll have to work around is unsupported libraries. And for platform independence, use things like System.IO.Path.Combine instead of hardcoded backslashes for paths.
|