foreach (var record in self){session.Delete(record);}
On the other hand, if someone wants to work on features that require
Net45, perhaps we could maintain a long-lived branch, or use
conditional compilation.
What is the situation with future support for Net35? Should we aim for
a release that can be compiled on both Net35 and Net4?
/Oskar
IMO, it _is_ important when it's directly related to the features each framework provides.
I believe async will be quickly become a big deal, so that's something to consider. But there's nothing* stopping us from using conditional directives to enable 4.5 features. NuGet also supports painless multi-framework packages out of the box.
Diego
*: except time/resource constraints, of course
IQuery.BeginExecute()
IQuery.EndExecute()
Perhaps that is still a good place to start?
/Oskar
We would like to announce that you can now download an Async Targeting Pack for Visual Studio 11that lets you use Visual Studio 11 Beta to create projects that target .NET 4.0