SublimeNotebook
SublimeNotebook copied to clipboard
📝 Make Sublime Text your favorite note taking/journal application
We should consider validation for Infinity in double and float. It might be tricky and honestly I don't know how how rules are implemented in C#. It's not super important...
I'd be cool if we could add more things for customising error messages. I thought about something very simple like "tokens" which we could put into the string which then...
Would be cool to create an integration package for Autofac. There are lot's of thing that we could add here so hesitate to add something in the comments ;) The...
I think it could be a nice feature to allow defining output result from ``IValitRules`` like follows: ```cs ValitRules .Create() .Ensure(....) .WithResult(r => new MyResult { ....}) .Validate(); ``` Things...
As you see we have a #114 almost done by @paw3lx. However we spotted that this feature requires the whole rules chain to be resolved inside ``Validate()`` method since the...
Currently we don't have any summary for classes and methods as well. As far as I know, this is highly requested by folks who could probably use Valit.
All methods starting from `Is` like `IsDigit` or `IsLetter` from https://msdn.microsoft.com/en-us/library/system.char(v=vs.110).aspx