GetOrDefault should be removed
Bomret opened this issue · comments
Stefan Reichel commented
NeverNull aims to eliminate the usage of null but the GetOrDefault method reintroduces it. Therefor it should be removed. If users need its behaviour they can still use GetOrElse(default(T)).