Another important news is that we're going to show DataObjects.Net 4.3 RC on the next week:
- Migration to PostSharp 2.0 is already finished. This was the most complex part, since new APIs are quite different to the old ones.
- We must migrate to .NET 4.0 & VS.NET 2010 now. Mainly this implies upgrade of .csproj files, a set of renames and few conditional compilation instructions. So as you might suspect, it won't be possible to build DO4 on VS.NET 2008 after this step, although we'll continue supporting .NET 3.5.
So stay tuned. If it will be possible, we'll try to show something related to VS2010 even on this week.
2 days ago i have builded and functional small sample of DO4 worked out in VS2010 and target FW 3.5 with PostSharp2. One issue was that i must removed signing with 'snk' key because with it postsharp2 could not process DLL ("Strong Name Validation Error", something like in this forum: "http://www.sharpcrafters.com/forum/Topic2924-5-1.aspx#bm2930" but reason specified in this forum was not my reason, and i cant get what is wrong)
ReplyDeleteThat's good. Btw, AFAIK we already have working VS2010 + .NET 4.0 build (we must setup CI tests to check if everything is ok there).
ReplyDeleteChanges aren't @ Google Code yet.
And what about singing with snk key? Will this be functional in final?
ReplyDeleteIt must. I forwarded this to SharpCrefters team.
ReplyDeleteAny progress about supporting singing with strong key (snk) with PostSharp2 + DO4 ?
ReplyDeleteAFAIK, the issue is resolved in the latest PS20 build.
ReplyDeleteThanks, that means it will be also included in final published release of DO4 compatible with VS2010 ?
ReplyDeleteYes, surely.
ReplyDelete