DigitecGalaxus / Galaxus.Functional

A package bringing popular functional abstractions (e.g. Option or Result) to C#.
Other
37 stars 12 forks source link

Add LINQ-Extensions using Option<T> #6

Closed MindSwipe closed 4 years ago

MindSwipe commented 4 years ago

I added some extensions using Option<T>, namely

As well as some unit tests covering these methods

phkiener commented 4 years ago

Oh, almost forgot to mention: You can enter your name in the CONTRIBUTORS-file, since your changes do belong to you.

MindSwipe commented 4 years ago

A StyleCop or editorconfig would be great, as most of my fixes were to do with formatting (and unit test naming)

phkiener commented 4 years ago

A StyleCop or editorconfig would be great, as most of my fixes were to do with formatting (and unit test naming)

Definitely: https://github.com/DigitecGalaxus/Galaxus.Functional/issues/7 ;)