joukevandermaas / saule

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

properly throw exceptions when using JsonApi attribute filter #189

Closed barsh closed 6 years ago

barsh commented 6 years ago

If a webApi method throws an exception the context.Response here will be null which throws a NullReferenceException masking the underlying exception. This PR fixes this problem.

joukevandermaas commented 6 years ago

Perfect! I'll post a new pre-release.