📢 Announcement: CSLA 5.2.0-20050802 prerelease #1601
Unanswered
rockfordlhotka
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have pushed a new prerelease to NuGet. We are less than two weeks from the release of Blazor WebAssembly from Microsoft, so verison 5.2.0 is now at a feature freeze. Only bug fixes from this point forward.
There are a couple Blazor related changes you'll need in your code to update to this version from 5.1.0.
Blazor ViewModel RefreshAsync
The
RefreshAsync
method now accepts only a data portal or factory method.The old approach didn't work this way, and you'll need to update all uses of
RefreshAsync
accordingly.Client-side Blazor NuGet Package
There is a new
Csla.Blazor.WebAssembly
NuGet package. This is the package you must reference in a client-side Blazor UI project. No change is required to server-side or common UI Blazor projects.In the
csproj
file:Beta Was this translation helpful? Give feedback.
All reactions