pardeike / Harmony

A library for patching, replacing and decorating .NET and Mono methods during runtime
https://www.patreon.com/pardeike
MIT License
5.32k stars 496 forks source link

Add support to .NET 9 #635

Open jackdaniels980 opened 2 days ago

pardeike commented 2 days ago

The low level dependency that Harmony uses just recently updated to NET9 but had one bug left that was just fixed a few days ago. I will keep this Issue open as a TODO for me to get started with the addition.

One problem remains: the automatic tests in Harmony are kind of broken due to the introduction of Harmony Thin. I would feel more confident to have all tests execute correctly before I release NET9