-
Notifications
You must be signed in to change notification settings - Fork 91
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
DataAnnotations not included in generated #14
Comments
Hi @parkinsona thanks. Do you want to be able to generate validation from the model? |
Being able to generate validation from the model would be great. |
Any thoughts on how I could get validation from the model? |
Hi @parkinsona, at the moment only the basic meta data is transferred. I will look into putting a feat like this in the future. Thanks! |
Wow this is a great idea. I think we could possibly include a .config file parameter to decide if we want the annotations or not. Does anyone know an easy way to reflect the annotations off the methods server side? |
Hi,
Thanks for the awesome proxy generator and the client. I have noticed that in the WebApiProxySource.cs that the Model class that is generated from the proxy does not include any of the data annotations from the web api model. Is there a way to get these included?
The text was updated successfully, but these errors were encountered: