Christof Sprenger
Christof Sprenger
Not sure I understand. Can you give an example how and why someone adds a VocabularyAnnotation and specifies to use the default value? Should this not be in the API...
Would there be a performance benefit to make these properties a Lazy or is the build in .NET mechanism to initialize static properties sufficient ?
Can the code for these properties get generated from the CSDL file at compile time?
might be a duplicate of #2134
ad 1) RFC 8259 Section 8.1 JSON text exchanged between systems that are not part of a closed ecosystem MUST be encoded using UTF-8 ad 2) my point is that...
might be a duplicate of #2382
Yes, I believe it is related. We have some annotations that are strongly typed and can easily be added and read but we are not doing this for all since...
@francisharvey , The OData protocol (and in a less formal way all HTTP APIs) treat keys as immutable. Changing them essentially is equivalent to deleting the entity and creating a...
See also the related #2379