Closed

Description
I've been using operations mainly for creating multiple related entities, but I want to extend my usage so after updating to the latest pre-release I started testing the current functionality.
I've found the following issues:
- Get: requesting a List-Relationship yields a NullReferenceException
- Get: specifying a wrong type yields a NullReferenceException
- Remove: the response is always an empty array - both in case of a success and if the entity doesn't actually exist.