alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Add `Unwrap` overloads for accesing `Result<T>.Error` #78

Closed alexnoddings closed 1 year ago

alexnoddings commented 1 year ago

Result<T> currently has extensions for unwrapping .Value. These should also be applied to .Error.