Sergey Kislov

Results 5 issues of Sergey Kislov

## Feature description * As for now there's only one extensibility point: [custom rules](https://github.com/bartoszlenar/Validot/blob/e79d51579319eaa0e98df77eaec471c153a8a9e9/docs/DOCUMENTATION.md#custom-rules) - which must use `RuleTemplate`, but it doesn't support to accept `Specification` directly. So it's not...

enhancement

## Feature description * To have ability validating dictionary as key-value map, not as collection of key-value pair. ## Feature in action ``` csharp Specification keySpecification = s => s...

enhancement

## Feature description * Validating parent type as one of child type. * Same feature in [FluentValidation](https://docs.fluentvalidation.net/en/latest/inheritance.html). ## Feature in action ``` csharp // assume FirstChildType and SecondChildType both inherited...

enhancement

# FEATURE ## Summary I propose to add mechanism to create templated triggers which will save all current posibilities (such as different trigger settings and triggers parameters [movingAverage time for...

feature

#### Describe the solution you'd like Support generating formatters in compile time, instead of runtime for all platforms through [source generators](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview). #### Additional context As I know from [README](https://github.com/neuecc/MessagePack-CSharp#performance) this...

help wanted