You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
CHANGED: Using IsEmpty or HasValue now throws.
FEATURE: Added net40 as compile target.
FEATURE: netstandard1.0 does not target the whole library anymore, just System.Linq and System.Diagnostics.Debug.
FEATURE: Removed TryGet and GetOrDefault.
Match, IfSome and IfNone methods are implemented directly in Option
Deprecated TryGet in favor of Match, IfSome and IfNone
Deprecated GetOrDefault because it might reintroduce null
Added Predef module for C# 6 static imports
Fixed a bug with AggregateOptional and AggregateOptionalNullable Issue #6