rest-api-helpers icon indicating copy to clipboard operation
rest-api-helpers copied to clipboard

Collection of extensions for ASP.NET MVC helping implementing Rest Apis

Results 2 rest-api-helpers issues
Sort by recently updated
recently updated
newest added

Please update it according to asp.net core 3.1

Hi Mark! I've found that custom model validation attributes sometimes override IsValid method with two parameters: `object value` **and** `ValidationContext validationContext`. That's why I decided to add following improvements in...