Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Add support for .net 4.5 data annotations #1577

Open
xt0rted opened this issue Jun 19, 2014 · 3 comments · May be fixed by #2435
Open

Add support for .net 4.5 data annotations #1577

xt0rted opened this issue Jun 19, 2014 · 3 comments · May be fixed by #2435

Comments

@xt0rted
Copy link
Contributor

xt0rted commented Jun 19, 2014

I had started xt0rted/Nancy.Validation.DataAnnotations.Extensions to add support for the missing annotations but with v1 adding support for .net 4.5 it's probably best to pull these in instead of having them in a separate project. Whenever you'd like to add these in let me know and I'll create a PR for it.

@xt0rted xt0rted linked a pull request Apr 30, 2016 that will close this issue
4 tasks
@aidapsibr
Copy link
Contributor

Are DataAnnotations going to be available in coreCLR?

@jchannon
Copy link
Member

Should be seeing as it still exists
https://www.nuget.org/packages/System.ComponentModel.Annotations/4.1.0-rc2-24027

On Tuesday, 17 May 2016, Ovan Crone notifications@github.com wrote:

Are DataAnnotations going to be available in coreCLR?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1577 (comment)

@xt0rted
Copy link
Contributor Author

xt0rted commented May 17, 2016

The code for these is in the dotnet/corefx repo.

The EmailAddressAttribute is different than that of the .net 4.5 version but I'm not sure what other differences there may be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants