Version 4.6.001 prerelease

Version 4.6.001 prerelease

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


RockfordLhotka posted on Thursday, June 04, 2015

I've put an early prerelease of version 4.6 on NuGet. Details are here:

https://github.com/MarimerLLC/csla/releases/tag/v4.6.001

The primary change (and point of risk) is that I consolidated nearly all the code files into a set of shared projects, adding some compiler directives to address any outstanding conflicts between the old duplicate code files.

The upside of this is that maintenance of CSLA will now be much easier, as will adding support for new platforms or version of .NET over time.

The downside is that I may have introduced bugs if I got some of the compiler directives wrong - especially likely in the Android and iOS code (the areas most affected by the duplicate code).

If you find any issues please add issues to GitHub with details on what you encounter - thanks!

https://github.com/MarimerLLC/csla/issues

 

ajj3085 replied on Friday, June 05, 2015

Sounds like a great step forward!  I think we're going to be converting our business layers to be Shared source projects as well.  Seems like that will be the easiest way to use the BOs in the various client environments.

Copyright (c) Marimer LLC