Reputation: 113
I'm converting an old application from .Net 4x to .Net 6, and I can't seem to find a replacement for Microsoft.Practices.EnterpriseLibrary.Validation. In newer code we've used System.ComponentModel.DataAnnotations for similar functionality, but it looks like a lot of the attributes have different names. Has anyone come across a fix?
Upvotes: 0
Views: 356