csla
csla copied to clipboard
A home for your business logic in any .NET application.
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.5 to 5.2.0. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable release V5.2.0 [Stable release 5.2.0] - 2024-02-28 Added Added a new AccessTokenCallBack API to SqlConnection. #1260 Added...
Closes #2551 Closes #3714 #3395
Along with flowing session state from the Blazor server to the Blazor WebAssembly client, the `Csla.State` and `Csla.Blazor.State` functionality should flow the user's identity (`ClaimsPrincipal`) from the server to the...
When Microsoft deprecates .NET 6, CSLA should also remove it as a build target.
### Discussed in https://github.com/MarimerLLC/csla/discussions/3362 Originally posted by **GlenYappa** June 2, 2023 I am in the process of upgrading a large business object library from Csla 4 to Csla 6.2.2 while...
The DateOnly and TimeOnly types can't currently be serialized via MobileFormatter. We can add these types specifically to the serializer, or better yet, we can do #2531 and add custom...
Microsoft is removing support for BinaryFormatter in .NET 9, and presumably this means they might remove the `SerializableAttribute` type. https://github.com/dotnet/runtime/issues/98245 CSLA never really _used_ this, but does require it as...
Microsoft has started previews of .NET 9, and there'll surely be some fun changes to CSLA to take advantage of what's coming. https://devblogs.microsoft.com/dotnet/our-vision-for-dotnet-9/
Continue updating unit tests for work in CSLA 8