So I've been tinkering in the last few days with nServiceBus.
Here a few things that I want to know.
How do I get a version that will play nice with .net 4.0? I'm using NServiceBus.2.0.0.1145 which I believe is the lastest but I needed to convert the sample solutions to VS2010 (which works fine) but their target framework is 3.5. Also when I create new projects using nSB and .Net 4.0 the whole thing goes into a spin until I set the target framework to 3.5.
I like MEF. MEF is part of .net 4.0. (http://msdn.microsoft.com/en-us/library/dd409230(VS.100).aspx) I see nSB allows me to use my own containers etc. but obviously I can't use it with nSB without a source recompile and whatever other jiggery pokery I have to do to make it work on .net 4.0.
So is there any plan to move nSB to framework 4.0? (or does it exist already on the website and I just haven't found it yet?)