-
Hi Cymro, I feel a bit lost after your edit comment. The fix below applies to SortedBindingList. Right? The fixed line is missing on FilteredBindingList. Right? [quote user="Cymro"] void ICancelAddNew .CancelNew( int itemIndex) { //if (itemIndex > -1) return; if (itemIndex <= -1) return ; ICancelAddNew can = _list as ICancelAddNew ;
-
Upgrade to Csla 4.5.30 This release depends on CSLA .NET 4.5.30 and is also available on NuGet Changes since CSLA .NET Contrib version 4.3.16 Refactor CslaContrib.Caliburn.Micro to Csla 4.5.30 Refactor ObjectCaching to Csla 4.5.30 Updated Caliburn.Micro to 1.5.1 Removed Silverlight 4 projects Added NET 4.5 projects New project CslaContrib for Silverlight
-
Maintenance release (update to Csla 4.3.14) This release depends on CSLA .NET 4.3.14 and is also available on NuGet Changes since CSLA .NET Contrib 4.3.13 Updated MEF call to only use SatisfyImportsOnce() to compose object Upgraded rules and added NoDuplicates rule NuGet packages dependency improvements CSLA .NET Contrib 4.3.16 release notes and download
-
Hi Rocky, There are other changes on the 4.3.x branch but it seems SVN commit comments weren't migrated from the old repository. Logs are missing from 04 Mar 2012 (Version 4.3.10 release) to 24 Feb 2013 (* #35 Bring V4-3-x branch up to current from svn). I remember to do improvements on CslaActionExtender and the changes are there.
-
Hi skeeler, I also noticed SmartDate just shows the date. After all it's SmartDate and not SmartDateTime For simple auditing purposes - i.e. CreatedOn / ChangedOn - I use DateTime and set the same value on both properties when the object is created. As these properties can never be null I don't need any "smartness" here.
-
Hi, Is this a CslaGenFork question? If so, please ask it on CslaGenFork forum https://cslagenfork.codeplex.com/discussions I guess CSLA .NET moderators won't like me to answer the question on their forum...
-
[quote user="Helius"] Message=Could not load file or assembly 'System.Threading.Tasks, Version=2.5.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. [/quote] If we put things in perspective, it seems the System.Threading.Tasks.dll isn't there. As far as
-
At some projects I got duplicated lines on the csproj file <Import Project="..\..\..\Dependencies\packages\Microsoft.Bcl.Build (...) that were referencing the pre-release package. I had to remove the duplicates by hand.
-
[quote user="RockfordLhotka"] MobileProxy is not available to .NET 4 clients. It uses async features not available to .NET 4 clients. [/quote] Correct. Updating BCL packages to the now stable release solves the issue. I also had to replicate Service References content to Csla.Net4 project. BTW the test project is running on VS2010.
-
[quote user="RockfordLhotka"] CSLA 4.5 requires the new compilers that come with VS1012, so you can not use VS2010. [/quote] I build projetcs using CSLA .NET 4.5.x targeting NET 4.0 with no problems. On those projects I don't use async/await nor do I use the DataPortal_XYZAsync (like DataPortal.FetchAsync). If you take your pristine 4