While the ASP.NET Core have not officially opted to move away from their jquery plugin for client side validation (which Expressive Annotations and this library work with enhancing), they have conceded that a jquery-free implementation might be desirable.
It would be interesting to investigate whether it is a viable drop-in replacement for jquery-unobtrusive-validation, to the extent of the EA code still working.
Obvs not a super priority, but perhaps interesting to pursue sometime.
While the ASP.NET Core have not officially opted to move away from their jquery plugin for client side validation (which Expressive Annotations and this library work with enhancing), they have conceded that a jquery-free implementation might be desirable.
This has been created: https://github.com/ryanelian/aspnet-validation
It would be interesting to investigate whether it is a viable drop-in replacement for jquery-unobtrusive-validation, to the extent of the EA code still working.
Obvs not a super priority, but perhaps interesting to pursue sometime.