Tyrrrz / YoutubeExplode

Abstraction layer over YouTube's internal API
MIT License
2.95k stars 493 forks source link

Add ReSharper attributes #71

Closed Tyrrrz closed 6 years ago

Tyrrrz commented 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.

Tyrrrz commented 6 years ago

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.

Tyrrrz commented 6 years ago

Changed my mind again