Tags: astek98/language-ext
Tags
Merge pull request louthy#325 from bender2k14/feature/reorganize_null… …_checking_code Feature/reorganize null checking code
Fix for IfFailThrow not throwing if an internal operation caught the … …exception and returned it as Result louthy#264
Merge branch 'master' of https://github.com/louthy/language-ext
Record types: ToString and Serialisation - Default ToString() behviour added to Record - Default ISerializable implementation for Record - New Attributes for opting out of: - Equals() - OptOutOfEq - CompareTo() - OptOutOfOrd - GetHashCode() - OptOutOfHashCode - ToString() - OptOutOfToString - Serialization - OptOutOfSerialization (can also use NonSerializable
Merge branch 'master' of https://github.com/louthy/language-ext
PreviousNext