csla
csla copied to clipboard
A home for your business logic in any .NET application.
I don't think we'll do number 1, as this is something that can be solve by a LINQ query - were the `BrokenRule` type to provide more details about the...
There a new `StringSyntax` attribute in dotnet 7 to indicate string format information. We should see if this is useful for cslanet. https://bartwullems.blogspot.com/2022/12/net-7-stringsyntaxattribute.html?m=1
Central package versioning is now a first class citizen of .NET, and make management of things like sample applications easier. It probably makes sense to change over the samples to...
We have the ability to configure a default for the AsyncFlowOption of TransactionScope transactions via our fluent config, but the value that is specified is not used by TransactionalAttribute as...
I have come to the end of what I can do with the unit tests. They are now much closer to passing than ever before - but there are some...
This adds the new Property DisplayIndex in this Class `BusinessRule`. Fixes #3225
Fixes #3803 Bug: Add lambda rule handler does not use the given ruleSet and adds the rule to the default rule set
The previous PR had a merge problem Closes #3800
There are a number of async methods where having an overload with a cancelation token may make sense. This is only appropriate if the cancelation token can flow down to...