CSLA 9 release candidate 1 online #4383
Replies: 3 comments 7 replies
-
Hi. I've just updated our CSLA from 8 to the 9-RC1.
I'll update this post when I encounter other problems. |
Beta Was this translation helpful? Give feedback.
-
I also get this during compilation but I don't know if it was there before: |
Beta Was this translation helpful? Give feedback.
-
With the configuration changes made in v9 there is now no .AddCsla(
o => o.DataPortal(
dpo => dpo.AddClientSideDataPortal(
cso => cso.UseLocalProxy(lp => lp.UseLocalScope = false)
)
)
) This is our current setup for our testing. Is there any recommendation on how to deal with that? Should I just use |
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
I am happy to announce that CSLA 9 release candidate 1 is now available in NuGet.
We are at the point with version 9 where the only changes expected are to fix bugs found by you, or as we update the samples in the
/Samples
directory. Other than bug fixes, CSLA 9 is complete and ready to go.Please take the time to check it out and create issues here in GitHub if you find any bugs.
Here are the release notes: https://github.com/MarimerLLC/csla/blob/main/releasenotes.md
Here is a comprehensive list of changes: v8.2.7...HEAD
Check out the Upgrading to CSLA 9 document.
Don't forget to check out the new
Csla.Generator
packages. One provides much higher performance serialization, and the other enables radical code reduction in many business domain class scenarios.Beta Was this translation helpful? Give feedback.
All reactions