MarimerLLC / csla

A home for your business logic in any .NET application.
https://cslanet.com
MIT License
1.23k stars 394 forks source link

Remove references to BinaryFormatter and NetDataContractSerializer #4001

Closed rockfordlhotka closed 3 weeks ago

rockfordlhotka commented 1 month ago

The codebase still has some references to BinaryFormatter and NetDataContractSerializer (NDCS).

These should be removed from the entire codebase.