MarcusOtter / APOD.Net

An unofficial .NET wrapper for NASA's Astronomy Picture of the Day API.
https://marcusotter.github.io/APOD.Net/
MIT License
9 stars 2 forks source link

Make library nullified #11

Open MarcusOtter opened 4 years ago

MarcusOtter commented 4 years ago

As explained in this video by Mads Torgersen in the first ~25 minutes or so, all libraries should aim to be "nullified" before november 2020. This means I need to enable nullable and adopt the new features.

Edit: this would mean I can't target .NET Standard 2.0 I think.. I'll look into it more.