joukevandermaas / saule

JSON API library for ASP.Net Web API 2.
https://joukevandermaas.github.io/saule
MIT License
76 stars 37 forks source link

Regression failure involving serialization of relationship identifier objects into 'data' key" #156

Closed bjornharrtell closed 7 years ago

bjornharrtell commented 7 years ago

This is a regression after the introduction of the new graph serializer.

The issue is that resource linkage data is missing for relationships when DefaultIncludedAttribute is used.

See #155 for a test case demonstrating the issue.

bjornharrtell commented 7 years ago

Fixed by #155.