CSLA .NET 2.0.3 available

CSLA .NET 2.0.3 available

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


RockfordLhotka posted on Friday, July 14, 2006

CSLA .NET version 2.0.3 is now available at www.lhotka.net/cslanet/download.aspx

You can get to the change log from the download page. I also blogged a bit about the changes to CslaDataSource, which is the primary focus of this update (though a handful of other bugs are fixed too).

skagen00 replied on Friday, July 14, 2006

Thanks again for your continuing efforts - you really spread your wealth of knowledge generously. 

Am I dense or was there at some point inclusion of a static collection of validation rules and so forth? Is that in this release?

xal replied on Friday, July 14, 2006

Skagen, that's going to be released on 2.1

Andrés

RockfordLhotka replied on Sunday, July 16, 2006

Oh, sorry, misunderstood the "static" bit...
 
Yes, the ability to associate validation rules with a class rather than an instance is coming in 2.1.
 
Rocky


From: xal [mailto:cslanet@lhotka.net]
Sent: Friday, July 14, 2006 2:44 PM
To: rocky@lhotka.net
Subject: Re: [CSLA .NET] CSLA .NET 2.0.3 available

Skagen, that's going to be released on 2.1

AndrC)s



RockfordLhotka replied on Sunday, July 16, 2006

The common validation rules are in 2.0+ and are discussed in Chapter 5.
 
Rocky


From: skagen00 [mailto:cslanet@lhotka.net]
Sent: Friday, July 14, 2006 2:34 PM
To: rocky@lhotka.net
Subject: Re: [CSLA .NET] CSLA .NET 2.0.3 available

Thanks again for your continuing efforts - you really spread your wealth of knowledge generously. 

Am I dense or was there at some point inclusion of a static collection of validation rules and so forth? Is that in this release?




PatrickVD replied on Saturday, July 15, 2006

Hi Rocky,

I just wanted to drop a note that I've spotted a minor 'error' in the SortedBindingList unit tests.

As the implementation of the SortedBindingList.IndexOf method now returns the 'sorted index', there is one of the unit tests that fails on this as it's still based on the 'old implementation' (unsorted index).

In the file SortedBindingListTests.cs in the AscendingSort test method (cslatests.sln) there is :

Assert.AreEqual(2, sortedList.IndexOf(56));

This should become for version 2.0.3:

Assert.AreEqual(4, sortedList.IndexOf(56));

Regards,

Patrick.

 

RockfordLhotka replied on Wednesday, July 19, 2006

Thanks Patrick, I missed that one. I have fixed it in version 2.1, and will fix it if I have to do a 2.0.4 in the meantime.
 
Rocky


From: PatrickVD [mailto:cslanet@lhotka.net]
Sent: Saturday, July 15, 2006 9:36 AM
To: rocky@lhotka.net
Subject: Re: [CSLA .NET] CSLA .NET 2.0.3 available

Hi Rocky,

I just wanted to drop a note that I've spotted a minor 'error' in the SortedBindingList unit tests.

As the implementation of the SortedBindingList.IndexOf method now returns the 'sorted index', there is one of the unit tests that fails on this as it's still based on the 'old implementation' (unsorted index).

In the file SortedBindingListTests.cs in the AscendingSort test method (cslatests.sln) there is :

Assert.AreEqual(2, sortedList.IndexOf(56));

This should become for version 2.0.3:

Assert.AreEqual(4, sortedList.IndexOf(56));

Regards,

Patrick.

 




Copyright (c) Marimer LLC