proudmonkey / AutoWrapper

A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.
MIT License
679 stars 82 forks source link

[FIX] Fixed null result bug when bodyText contains StatusCode #132

Closed cuneytdogru closed 1 year ago

cuneytdogru commented 2 years ago

Deserialize from bodyText only when it contains Result property

hueifeng commented 2 years ago

fix #131