-
Notifications
You must be signed in to change notification settings - Fork 352
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
Support writing enum-valued Annotations #814
Labels
Comments
Closed
mikepizzo
added a commit
to mikepizzo/odata.net
that referenced
this issue
Jun 27, 2017
Support selecting best function overload based on optional parameters Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) Added files to legacy projects and fixing CA issues. Fix Issue OData#814 Added files to legacy projects and fixing CA issues. Fix test issues Fix tests and CA issues Fix legacy project files Fix stupid project issues. Fix stupid project issues. Fixing so build works on .Net35. Clean up code and added more test cases Fix tests More test fixes. Final core vocab test fixes.
mikepizzo
added a commit
to mikepizzo/odata.net
that referenced
this issue
Jun 27, 2017
Support selecting best function overload based on optional parameters Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) Added files to legacy projects and fixing CA issues. Fix Issue OData#814 Added files to legacy projects and fixing CA issues. Fix test issues Fix tests and CA issues Fix legacy project files Fix stupid project issues. Fix stupid project issues. Fixing so build works on .Net35. Clean up code and added more test cases Fix tests More test fixes. Final core vocab test fixes.
Fix at #815. Thanks! |
mikepizzo
pushed a commit
that referenced
this issue
May 21, 2018
* Support Reading/Writing Optional Parameters Support selecting best function overload based on optional parameters * Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) * Fix Issue #814 * Added files to legacy projects and fixing CA issues. * Added files to legacy projects and fixing CA issues. * Fix test issues * Fix tests and CA issues * Fix legacy project files * Fix stupid project issues. * Fix stupid project issues. * Fixing so build works on .Net35. * Adding support to entity set aggregations. * Support Reading/Writing Optional Parameters Support selecting best function overload based on optional parameters * Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) * Added files to legacy projects and fixing CA issues. * Added files to legacy projects and fixing CA issues. * Fix legacy project files * Fix stupid project issues. * Fix stupid project issues. * Adding support to entity set aggregations. * Ensure that WebAPI aren't broken * Rename PropertyAggregateExpression back to AggregateExpression * Keep old aggregate token names * Test to prove that entityset aggregations and functions without prefix can work together * Ensure that we not using exception for control flow * Extra tests for ApplyBinder * Cleaning up code * Minnor fixes (spaces, assert etc.) * Rename files to reflect class names. * Fix documentation tags * Avoiud breaking changes and mark old properties obsolete * Support Entity Set aggregation into ApplyClauseToStringBuilder * More comment updates
biaol-odata
pushed a commit
to biaol-odata/odata.net
that referenced
this issue
Jun 26, 2018
* Support Reading/Writing Optional Parameters Support selecting best function overload based on optional parameters * Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) * Fix Issue OData#814 * Added files to legacy projects and fixing CA issues. * Added files to legacy projects and fixing CA issues. * Fix test issues * Fix tests and CA issues * Fix legacy project files * Fix stupid project issues. * Fix stupid project issues. * Fixing so build works on .Net35. * Adding support to entity set aggregations. * Support Reading/Writing Optional Parameters Support selecting best function overload based on optional parameters * Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) * Added files to legacy projects and fixing CA issues. * Added files to legacy projects and fixing CA issues. * Fix legacy project files * Fix stupid project issues. * Fix stupid project issues. * Adding support to entity set aggregations. * Ensure that WebAPI aren't broken * Rename PropertyAggregateExpression back to AggregateExpression * Keep old aggregate token names * Test to prove that entityset aggregations and functions without prefix can work together * Ensure that we not using exception for control flow * Extra tests for ApplyBinder * Cleaning up code * Minnor fixes (spaces, assert etc.) * Rename files to reflect class names. * Fix documentation tags * Avoiud breaking changes and mark old properties obsolete * Support Entity Set aggregation into ApplyClauseToStringBuilder * More comment updates
biaol-odata
pushed a commit
that referenced
this issue
Jun 26, 2018
* Support Reading/Writing Optional Parameters Support selecting best function overload based on optional parameters * Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) * Fix Issue #814 * Added files to legacy projects and fixing CA issues. * Added files to legacy projects and fixing CA issues. * Fix test issues * Fix tests and CA issues * Fix legacy project files * Fix stupid project issues. * Fix stupid project issues. * Fixing so build works on .Net35. * Adding support to entity set aggregations. * Support Reading/Writing Optional Parameters Support selecting best function overload based on optional parameters * Update tests, validation. Support annotating ReturnType (and ignore unexpected annotations elsewhere) * Added files to legacy projects and fixing CA issues. * Added files to legacy projects and fixing CA issues. * Fix legacy project files * Fix stupid project issues. * Fix stupid project issues. * Adding support to entity set aggregations. * Ensure that WebAPI aren't broken * Rename PropertyAggregateExpression back to AggregateExpression * Keep old aggregate token names * Test to prove that entityset aggregations and functions without prefix can work together * Ensure that we not using exception for control flow * Extra tests for ApplyBinder * Cleaning up code * Minnor fixes (spaces, assert etc.) * Rename files to reflect class names. * Fix documentation tags * Avoiud breaking changes and mark old properties obsolete * Support Entity Set aggregation into ApplyClauseToStringBuilder * More comment updates
Close it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ODataLib doesn't support writing annotations whose value is an enum.
Assemblies affected
OData .Net lib 6.x, OData.NET lib 7.x.
Reproduce steps
Expected result
Annotation should be written:
Actual result
Exception is thrown.
The text was updated successfully, but these errors were encountered: