CSLA .NET v5.3.1 Release Notes

Release Date: 2020-08-28 // over 3 years ago
  • I am thrilled to announce that CSLA .NET version 5.3.1 is now available in NuGet.

    ๐Ÿš€ This is a bug fix release over the 5.3.0 release.

    ๐Ÿš€ The release notes doc contains a lot more detail.

    ๐Ÿ”„ Changes

    • ๐Ÿฑ #1767 ๐Ÿœ ViewModelBase always raises PropertyChanged for IsBusy & Model, even if they are set to the same values
    • ๐Ÿฑ #1764 ๐Ÿœ DataPortalException.BusinessException returns wrong exception for data portal call
    • ๐Ÿฑ #1749 ๐Ÿœ CheckRulesAsync is blocking the UI thread
    • ๐Ÿฑ #1746 ๐Ÿœ busyChanged property in the BusinessRule of BusinessBase is marked as NonSerialized

    Contributors