MarimerLLC / csla

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

Add exception message for string.IsNullOrWhiteSpace() exception #3978

Closed StefanOssendorf closed 4 months ago

StefanOssendorf commented 4 months ago

I'm currently working on #1233 to add the nullable annotation context. Because we have currently a lot of incoming PR's it's a nightmare to have one big add of the context with all those merge conflicts. Because of that I'm now transitioning to migrate project based to keep the merge hell smaller. But because I need some general stuff like this localizable exception message to be used I've created this PR. So I can just keep working and adding stuff as my time allows it.