BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

consider adding a `Result<T1,T2>` type to provide alternative methods that do not throw exceptions #157

Open BryanWilhite opened 1 year ago

BryanWilhite commented 1 year ago

See :octocat: https://github.com/vkhorikov/CSharpFunctionalExtensions#functional-extensions-for-c and https://github.com/mcintyre321/OneOf/