Custom exception from custom validator

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

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

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

Pass arguments as lambdas?

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

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

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

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

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

A suggestion for conditional evaluation

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

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

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