Nullable Reference Types for main library by NickCraver · Pull Request #2041 · StackExchange/StackExchange.Redis
added 15 commits
March 16, 2022 07:59
NickCraver
changed the title
WIP: Nullable Reference Types for main library
Nullable Reference Types for main library
This removed the parent bits and just accepts a null case, code before this was likely an iteration that just didn't get all the way to simplest.
There are things we're removing completing in 3.0 which means actually binary breaks potentially, vs. people opting into warnings as errors on a 2.x release - decision is to go with a minor here and embrace warnings as warnings. If you want to hard break on warnings (like our existing `[Obsolete(error = false)]` additions), so be it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters