Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation attribute to support required non-empty Guid on entity properties. #1

Open
adamcarr opened this issue Dec 12, 2012 · 0 comments
Assignees

Comments

@adamcarr
Copy link
Member

There are many times when you want a GUID to be required (non-null) AND not equal to empty. There currently isn't a validator that I know of for this. May want to consider making a NotNullOrDefault validator that could work for all structs.

@ghost ghost assigned adamcarr Dec 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant