v1.33.0 ✅

  • REslava.Result.Http — new 5th NuGet package; GetResult<T>, PostResult<TBody, TResponse>, PutResult<TBody, TResponse>, DeleteResult, DeleteResult<T> extension methods on HttpClient; every HTTP error and network failure becomes a typed Result<T>; configurable via HttpResultOptions (custom JSON options, custom status code mapper)
  • README/TOC restructure — full logical reorganization of all 26 sections; improved hierarchy and navigation
  • MkDocs restructure — sub-folder grid-card navigation across all sections; architecture/source-generators/ sub-folder split; orphan detection tooling
  • 123 features across 12 categories
  • 3,756 tests