csla icon indicating copy to clipboard operation
csla copied to clipboard

A home for your business logic in any .NET application.

Results 179 csla issues
Sort by recently updated
recently updated
newest added

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...

kind/enhancement

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

flag/researching

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...

kind/enhancement
area/samples

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...

kind/enhancement
kind/technical debt

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...

kind/enhancement
kind/technical debt

This adds the new Property DisplayIndex in this Class `BusinessRule`. Fixes #3225

pr/NeedContributorAgreement

Fixes #3803 Bug: Add lambda rule handler does not use the given ruleSet and adds the rule to the default rule set

pr/TestsRequested

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...

kind/enhancement