Add nullable annotations
Pathoschild opened this issue ยท 1 comments
Add nullable annotations to all public APIs (and ideally internal code), to help mod authors avoid null reference errors and to make it clear when null return values are possible (e.g. helper.ModRegistry.GetApi(...)
).
Done in develop
for the upcoming SMAPI 3.14.0. See Nullable reference type annotations in the migration guide for more info.