I've been messing around with this for a while and can't figure out exactly where the problem is.

If I compile C# 6.0 code in the core, it compiles fine. However when running C# 6.0 code in the scripts, I get syntax errors, so I assume the scripts will not actually compile with 6.0. I tested ServUO and the scripts in ServUO do in fact compile when using C# 6.0 code. I searched for differences in the project regarding this but have come up empty handed. Can anyone shed some light?

I really like some of the syntax changes in 6.0 so this is frustrating me to no end!
 
Back