Skip to content

Version 5.4.0 release

Choose a tag to compare

@rockfordlhotka rockfordlhotka released this 08 Dec 21:26
5f3f751

The 5.4.0 release of CSLA .NET adds support for .NET 5 across all supported scenarios, including:

  • Blazor
  • aspnetcore
  • Windows Forms
  • WPF

🛑 🔐 Security warning: This version of CSLA .NET allows the use of WcfProxy. WcfProxy uses 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 using WcfProxy or upgrade to CSLA 6 or higher where this issue does not exist.

The release notes doc contains more details.

Change List

Changes in this release

Contributors