Show Blogger Panel Hide Blogger Panel
Alex Yakunin

April 19, 2010

Status update

I'm a bit late with my planned schedule for Xtensive.Practices - the end of the last week was spent mainly on bug reports (this month we have a very limited number of people working on DO4, since there is a temporary, but strong demand for them on other projects we run, so I was responsible for resolving part of reported bugs). I hope to finish planned works for ASP.NET and ASP.NET MVC during this week.

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.

8 comments:

  1. 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)

    ReplyDelete
  2. That'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).

    Changes aren't @ Google Code yet.

    ReplyDelete
  3. And what about singing with snk key? Will this be functional in final?

    ReplyDelete
  4. It must. I forwarded this to SharpCrefters team.

    ReplyDelete
  5. Any progress about supporting singing with strong key (snk) with PostSharp2 + DO4 ?

    ReplyDelete
  6. AFAIK, the issue is resolved in the latest PS20 build.

    ReplyDelete
  7. Thanks, that means it will be also included in final published release of DO4 compatible with VS2010 ?

    ReplyDelete