CSLA .NET version 2.1 BETA

CSLA .NET version 2.1 BETA

Old forum URL: forums.lhotka.net/forums/t/1199.aspx


RockfordLhotka posted on Tuesday, September 12, 2006

I just updated the download page (www.lhotka.net/cslanet/download.aspx) to make the BETA version of CSLA .NET 2.1 available.

Make sure you read the Change Log document before going too far. I've tried to list all breaking changes as a summary at the top, with my estimate on the likely impact of each one. You can find more details further into the document.

There will be no more functional changes to 2.1, so this download is complete. There obviously could be bugs, but enough people have been helping me find issues with the last couple pre-releases that I think it is pretty stable at this point.

Barring anyone finding a major issue, I am still planning to release 2.1 by the end of September, so if you have any near-term plans to use 2.1 I strongly recommend trying this beta version on a non-production copy of your project over the next 10 days or so. That will allow you to provide me with any bug reports in enough time that I can try and address them.

skagen00 replied on Wednesday, September 13, 2006

Am I incorrect in thinking that I should be getting compile errors if I haven't changed some of my custom validation errors to be static?

I've been going through my classes and still have a few classes with instance validation rules being used with AddRule, and compiling it seems to work just fine. 

Perhaps I misunderstood what the compiler was going to complain about but I thought I'd mention it. I just grabbed the latest 2.1 a moment ago. 

 

 

ajj3085 replied on Wednesday, September 13, 2006

You'll get runtime errors if your rules are static.

skagen00 replied on Wednesday, September 13, 2006

Gotcha. Yep, you're right. Thanks.

RockfordLhotka replied on Thursday, September 14, 2006

Yeah, I wish I could do compile-time checking of this issue, but I had to settle for a runtime check.

pvanroos replied on Thursday, September 14, 2006

Rocky,

I've been playing around with the beta (2.1).  I just wanted to say I like it--especially how you have augmented the ValidationRules functionality.

Thanks,

Paul

Copyright (c) Marimer LLC