Custom exception from custom validator

first post: bugmenot2 wrote: There is an explanation in the docs, of how to add custom exceptio...

latest post: bugmenot2 wrote: Makes sense now, thanks

assert instead of throw

first post: bugmenot2 wrote: The library always throws if a pre- or post-condition fails. But f...

latest post: bugmenot2 wrote: Yes seems good. Only in the ConditionAssert class I would set the f...

custom validator: IsNotNullOrEmptyOrWhitespace

first post: bugmenot2 wrote: The Conditions library has a "IsNotNullOrWhitespace()" validator, ...

latest post: dot_net_junkie wrote: Hehe.. you got me, it isn't cutting edge ;-). I want Conditions to ...

Pass arguments as lambdas?

first post: willCodeForBeer wrote: Great library! I do have a couple of minor suggestions though... 1...

latest post: willCodeForBeer wrote: Fair enough.

I heart CuttingEdge.Conditions .. so I made a NuGet package :)

first post: purekrome wrote: Hi Hi Hi! I've been using this wee little gem for a while now and i...

latest post: dot_net_junkie wrote: And a +100 at Stackoverflow for you ;-)

Custom Exception

first post: raffaeu wrote: Hi guys, we are trying out your tool which I found really useful b...

latest post: raffaeu wrote: Awesome, thank you!

Verifying that all elements in a collection satisfy some condition

first post: purekrome wrote: Hi folks, i currently have the following code .. can it be refacto...

latest post: purekrome wrote: Sure does mate :) Love your work and cheers :)

Offer a default value

first post: nervoux wrote: I start to use this library in a small project, and i love it so m...

latest post: dot_net_junkie wrote: This is not what Conditions is designed for. Conditions helps you ...

A suggestion for conditional evaluation

first post: sverige wrote: Hi, first of all thanks for this great library. Maybe an "If" would...

latest post: dot_net_junkie wrote: Hi Christian, Thank you for your interest in CuttingEdge.Condition...

Some suggestions

first post: WayneWong wrote: Hi Steven, Thanks for your great library. It save me a lot of time....

latest post: WayneWong wrote: Sorry, its my bad, I have missed the overloads of the string valida...