Bomret opened this issue 10 years ago · 0 comments
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)).