You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The properties isMulti of the typeVdmFunctionImportReturnType and isMultiLink as well as multiplicity of VdmNavigationProperty were deprecated and replaced by isCollection.
The interface VdmServiceMetadata now also contains a property oDataVersion that is mandatory.
Due to a fix in the generator regarding the name clash it is possible that the order of suffixes could change.
If you regenerate a VDM with a name clash Entity_1 and Entity_2 could be swapped.
New Functionality
Add experimental support for OData v4 to the generator.
Fixed Issues
Fix the generator so that the builder function for nested complex types is correctly typed.
Fix the generator so that entity names ending with the word Type do not lead to name clashes anymore.