An open API service indexing awesome lists of open source software.

https://github.com/leviysoft/callsharp

Monadic exception handler for C#
https://github.com/leviysoft/callsharp

Last synced: over 1 year ago
JSON representation

Monadic exception handler for C#

Awesome Lists containing this project

README

          

# CallSharp
Monadic exception handler for C#

This library is a logical successor for the [LeviySoft.Attempts](https://bitbucket.org/danslapman/attempts).
CallSharp provides extension methods instead of calling Try.Run<>(). Another benefit is that CallSharp eliminates the necessity
of defining tons of generic parameters without sacrificing convenience.