Jouke van der Maas
Jouke van der Maas
There's nothing in Saule that should care about where the data came from. Perhaps these methods are doing some kind of lazy evaluation that breaks with the queries Saule is...
I think if this feature is added, it will not be a one-to-one mapping. In my opinion it should be a one-to-many mapping of 'resource property' to 'POCO property'. This...
I don't like attributes on POCOs. In fact, this is one of the most important reasons for the existence of `ApiResource`. If the API allowed users to specify a list...
Maybe [this part](https://github.com/joukevandermaas/saule/wiki/Customizing-the-serialization-process#creating-an-exceptionfilter) of the documentation will help? That generic error gets serialized if your response is of the type `HttpError`. There is basically no information in there, so Saule...
Thanks so much for contributing! I think it would be nice to have one small unit test that verifies the new behavior, so we prevent regressions in the future. There...
@PhyberApex yes, i seem to recall fixing this when I was writing some extra tests. I had forgotten about this PR so I didn't post a comment. Are you able...
Thanks for making this issue. Can you explain what you currently get and how this is different from what you expect? What specifically would you like to customize? Please provide...
Thanks for the detailed response. Indeed, Saule currently only supports single exceptions and doesn't do any advanced handling of them. I will see if this support can be extended somehow.
Does #172 address this issue (at least partially)?
I think this should be possible even if the current implementation does not support it. I have to admit I don't remember all the details of the serializer exactly, but...