mirror of https://github.com/abpframework/abp.git
Browse Source
- Narrow GetAbpRemoteServiceErrorAsync catch to JSON deserialization exceptions (System.Text.Json + Newtonsoft) so OOM and other runtime errors are no longer swallowed - Dispose HttpResponseMessage in DownloadSourceCodeContentAsync via finally block, matching the pattern used by sibling methods - Use generic EnsureSuccessfulHttpResponseAsync for user-supplied TemplateSource downloads so non-abp.io 401/403 responses don't show a misleading abp.io license hint - Add tests for Newtonsoft JsonException handling and non-JSON exception propagationpull/25443/head
3 changed files with 85 additions and 4 deletions
Loading…
Reference in new issue