SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Generic type references sometimes flagged as broken on Linux/Mac

Pathoschild opened this issue ยท 1 comments

commented

SMAPI sometimes flags references to generic types as broken on Linux (and probably Mac). For example (see sample log):

Broken code in MTN.dll: reference to Netcode.NetRootDictionary`2<System.Int64,StardewValley.Farmer>.Roots (field returns Dictionary<TKey,Netcode.NetRoot>, not Dictionary<!0,Netcode.NetRoot<!1>>).

commented

Fixed via #559.