SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Rebase custom Harmony build onto Harmony v2.3.x

Lordfirespeed opened this issue · 4 comments

commented

Title, if possible! I'd really love to be able to utilise AccessTools.DeclaredIndexer and similar in my projects ❤️
I'm not sure where the code lives for the custom Harmony build that SMAPI uses, or I might have a go at the rebase myself and open a pull request.

commented

Hi! The update to Harmony 2.3.3 is on the update-harmony branch; it's currently queued for the upcoming SMAPI 4.1.0.

commented

Awesome! ♥️

commented

It uses https://github.com/Pathoschild/Harmony which has already been updated for 2.3.3, however it is statically compiled and stored as binary in this repo in https://github.com/Pathoschild/SMAPI/tree/develop/build which hasn't been updated since 2.2.2

commented

Oh, interesting! Might you know if there's any particular reason the binary in this repository hasn't been updated?