SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Add nullable annotations

Pathoschild opened this issue ยท 1 comments

commented

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(...)).

commented

Done in develop for the upcoming SMAPI 3.14.0. See Nullable reference type annotations in the migration guide for more info.