ElemarJR.FunctionalCSharp icon indicating copy to clipboard operation
ElemarJR.FunctionalCSharp copied to clipboard

.NET implementations for common functional patterns and types.

Results 2 ElemarJR.FunctionalCSharp issues
Sort by recently updated
recently updated
newest added

I'm using this library for the first time, to use checked exceptions like Java´s, but I´m not able to add more than one possible exception. In Java I can define...

I created a method where I'd like to return an IEnumerable, but compiler cannot implicitly convert it to try. My code is just: public Try GetAll() { using (IDbConnection connection...