Folk, I have migrated all code and utilities to the latest versions recently. NAnt no longer works because it fails compilation on automatic properties. I have followed the advice in the help on targetting the 3.5 framework but to no avail.
So my questions are:
1. are automatic properties supported (will they compile)?
2. if yes how?
3. are VS2008 solutions supported?
Thank you
What are the property names that you are looking for?
I suppose he means property like
public int Foo { get; set; }
in C# code.
It is not supported currently, I am working to get the patch ready (netx week perhaps, quite busy during this week)
What automatic properties are you looking for? It'll help me track down what changed.