This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
ValidationAttributeAdapterProvider and AttributeAdapterBase<TAttribute> out of .Internal #5652
From @ryanbrandenburg on September 30, 2016 17:50
Currently
ValidationAttributeAdapterProviderandAttributeAdapterBase<TAttribute>are inMicrosoft.AspNetCore.Mvc.DataAnnotations.Internal, which implies to anyone who wants to write their own validation attribute that that's not something we want them to do.Copied from original issue: aspnet/Localization#292