Version 5.5.0 release
Enhancements and Bug fixes over the 5.4.2 release.
🛑 🔐 Security warning: This version of CSLA .NET allows the use of
WcfProxy.WcfProxyuses the NetDataContractSerializer (NDCS) which has known vulnerabilities that can allow remote execution of code during deserialization. NDCS itself is considered obsolete, and you should avoid usingWcfProxyor upgrade to CSLA 6 or higher where this issue does not exist.
- #2095 🎉 Add support for unloading assemblies from memory (re: caching)
- #2377 🐜 Add missing LoadListMode implementation for some list types
- #2347 🐜 Remove Console.WriteLine statement in Blazor ViewModel
- #2302 🐜 n-level undo causing exception with SortedBindingList
- #2287 🐜 Private data portal method not found from base classes
- #2303 🐜 [DeleteSelfChild] cannot be parameterless; requires parameters that match DataPortal.UpdateChild(...)