DataAnnotationsValidatorRecursive icon indicating copy to clipboard operation
DataAnnotationsValidatorRecursive copied to clipboard

It should be compatible with .net core

Open GersonDias opened this issue 7 years ago • 1 comments

I'm looking forwarding to be able to use that on my .net core app, but I can't install the nugget package because it isn't compatible with .net core (2.0).

The output is

Restoring packages for <path>
Package DataAnnotationsValidator 2.2.0 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0). Package DataAnnotationsValidator 2.2.0 supports: net471 (.NETFramework,Version=v4.7.1)
Package restore failed. Rolling back package changes for 'DCMessenger.Contracts'.
Time Elapsed: 00:00:00.0655642
========== Finished ==========

GersonDias avatar Mar 08 '18 16:03 GersonDias

There is a fork for .Net Core: https://github.com/ovation22/DataAnnotationsValidatorRecursive This version should include .Net Standard 2.0

AlShadi avatar May 03 '18 09:05 AlShadi