andrebaltieri / Flunt

Validations and Notifications
https://github.com/andrebaltieri/flunt
MIT License
624 stars 162 forks source link

Interface IValidatabe was removed? #82

Closed filipimosquini closed 3 years ago

filipimosquini commented 3 years ago

For use Fail Fast Validation pattern, the 1.0.5 version available the interface IValidatable.

  public interface ICommand : IValidatable
  { }

On the 2.x.x version this interface is been removed?