Linger 1.1.0 Release
Overview
This release includes several important updates including API renaming, new features, dependency updates, and documentation improvements.
Breaking Changes
ToResult()renamed toToHttpResult()in Minimal API extensions to avoid confusion withResulttypeResultFunctionalExtensionsmerged and renamed toResultExtensionsExecuteResult,ExecuteResult<T>, andErrorObjare now marked as[Obsolete]- please migrate toResultandResult<T>
New Features
FirstErrorproperty: Added toResultandResult<T>for convenient access to the first errorBaseSearchPageList: New paged search base class added to SharedKernel- New
ToActionResult/ToProblemDetailsoverloads: Support automatic status code mapping based on Result.Status - Async method improvements: All async extension methods now support
CancellationToken - Polyfills.cs: Added compatibility support for netstandard2.0/netframework
Full Changelog: https://github.com/Linger06/Linger/commits/v1.1.0