CSLA 8 prerelease 24032503 online #3750
rockfordlhotka
started this conversation in
Announcements
Replies: 1 comment 2 replies
-
Hi Rocky,
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have pushed CSLA 8 prerelease 24032503 to NuGet.
This includes fixes to the Blazor 8 state management subsystem, including some changes that may break code from previous prereleases.
Most notably:
StateManager.SaveState
to update the state management subsystem - this is true for server and wasm pages, because this method updates a change-stamp so other consumers of the state know they need to refresh the dataThis is all the result of issue #3740 identified by @Tony20221 (thank you!!)
Beta Was this translation helpful? Give feedback.
All reactions