Optional icon indicating copy to clipboard operation
Optional copied to clipboard

A robust option type for C#

Results 26 Optional issues
Sort by recently updated
recently updated
newest added

I am testing this library with one project, however either type seems insanely verbose. Heres my code ``` public Option UpdateK8sDeployments (string newImageUri) { var parsedUri = ImageUriParser.ParseUri (newImageUri); var...

There are certain use cases that require access to that member just as the Unsafe namespace allows access to Value, same should be with Exception

The readme has grown rather convoluted as features have been added. For 4.0.0 the readme should be rewritten or at the very least cleaned up heavily.

documentation

This is a follow-on issue from #17. If #19 is merged then the issue of _formatting_ still remains; that is, the following: ```c# var d = new DateTime(2010, 12, 31).Some();...

optional
optional.extensions
documentation

In https://github.com/nlkl/Optional#working-with-collections, there is no mention the namspace `Optional.Collections`, where `FirstOrNone` and friends are located.