DraxCodes / Youtube2Mp3

Take playlists from other sources like Spotify and feed them into Youtube to get either a playable stream or a download for each track as an MP3.
GNU General Public License v3.0
8 stars 2 forks source link

Upgrade to C# 8 with Nullable reference types #18

Closed petrspelos closed 4 years ago

petrspelos commented 4 years ago

Summary

This change enables Nullable reference types and updates projects to use C# 8.

It also fixes all Nullable reference type warnings found in the project, and implements a couple of improvements like getting client secret from Environment rather than strings, or removing unused using directives.

What exactly was done

Additional notes

I think these changes improve the overall design. 😊 A bit of housekeeping never hurts, right? 😄