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#
- Host: GitHub
- URL: https://github.com/leviysoft/callsharp
- Owner: leviysoft
- License: wtfpl
- Created: 2015-07-14T13:17:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T15:39:16.000Z (almost 11 years ago)
- Last Synced: 2025-02-27T12:42:57.223Z (over 1 year ago)
- Language: C#
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: copying.txt
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.