Scott Kirkland
Scott Kirkland
@phantomtypist ok thanks, I'd be happy to help if I can once the hard part of getting .Net Standard compatibility is done.
@phantomtypist I think plan 2 is the best option, and it seems to follow a lot of the community packages which have split off specific .OWIN and .AspNetCore versions of...
@airomero I think I'd like to move to NetStandard & the new version of MVC. Now that .NET Core 2.0 just came out I want to take a look at...
Good question -- I've been looking at the templates in VS and the dotnet CLI and it seems like they are still doing jquery validation and unobtrusive so much of...
FYI work on .net core support is being done in the `dotnetcore` branch https://github.com/srkirkland/DataAnnotationsExtensions/tree/dotnetcore.
Hello -- I've taken a deeper look at moving this project to .net core (now it would be .net 6) and ultimately I'm struggling to justify it's effort. At the...
@hamed-farag I'm not sure how i could do it with the jquery validation library. They have min/max/range but they seem to be for number types only. I'll take a deeper...
Unfortunately this validator won't work client-side, so I'm not going to merge quite yet. Maybe you can create a client attribute adapter that uses both a "required" rule and a...
Thanks for the code -- it looks really solid but I am hesitant to pull it into the project just yet because of the requirement to add the two additional...