iSynaptic.Commons
iSynaptic.Commons copied to clipboard
iSynaptic Commons Library
It'd be great if I could use this library with .net core!
I added `true` & `|` operators for `Maybe` which gives `Maybe.NoValue` a meaning that feels more like `None` in python or `nil` in ruby (more like nil than None). Now...
Just a thought, but when "disposable" objects do have dependencies among each other and were added to CompositeDisposable in their construction order, wouldn't it be better to dispose them in...