Closed Tyrrrz closed 6 years ago
Almost all code paths in YoutubeExplode never return null, yet users might not know about it and surround their code with null propagations or checks.
Adding ReSharper attributes should help a bit with that.
I decided this is too much unnecessary work for little benefit. Plus people who paranoically check everything for null probably don't use ReSharper anyway.
Changed my mind again
Almost all code paths in YoutubeExplode never return null, yet users might not know about it and surround their code with null propagations or checks.
Adding ReSharper attributes should help a bit with that.