MarimerLLC / csla

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

Cherry pick: Fix for #3581, Ensure unique identity values within identity managed collections #4335

Closed StefanOssendorf closed 4 days ago

StefanOssendorf commented 4 days ago

Cherry pick of #4333 Ensures that before adding an item to a collection with identity management the next identity value will be unique within the collection.

Fixes #3581