| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Harmony-Thin.2.3.6.0.zip | 2025-04-16 | 2.2 MB | |
| Harmony-Fat.2.3.6.0.zip | 2025-04-16 | 13.1 MB | |
| Harmony 2.3.6 source code.tar.gz | 2025-04-16 | 2.5 MB | |
| Harmony 2.3.6 source code.zip | 2025-04-16 | 2.7 MB | |
| README.md | 2025-04-16 | 1.4 kB | |
| Totals: 5 Items | 20.4 MB | 2 | |
Oops in v2.3.5
- [#633] fixes a binary compatibility issue present in 2.3.5 so if you have problems with 2.3.5 this release will fix them. Sorry for the inconvenience!
What's Changed
MethodDelegatenow allows for swapping value type with object, and allow ref for arg 0 on value type [#633]- Add
CodeMatcher.InsertAfterand improve exception handling https://github.com/pardeike/Harmony/commit/919f13880e1aa5703fe01bafec0160b7c8c6b33c - Use the proper instruction for
TypeCode.DateTimeandTypeCode.Decimalhttps://github.com/pardeike/Harmony/commit/7e18ac1df7de429bfd56faaaecc5d6e74cb8c6d3 - Remove leftover debugger log [#653]
- Allow
OpCodes.LdstrinLoadsConstant[#656] - Fix bug in handling
__argsargument with out bool parameters [#657] [#659] [#660] - Add Test Case for [#657] [#658]
- Improve performance of
AccessTools.TypeByName()https://github.com/pardeike/Harmony/commit/a390e14fd0027eee7f5c0aeabd2182f42cdbcf35 - Add
AccessTools.TypeSearch()https://github.com/pardeike/Harmony/commit/a390e14fd0027eee7f5c0aeabd2182f42cdbcf35
New Contributors
- @samuelmasse made their first contribution in https://github.com/pardeike/Harmony/pull/653
- @SoundOfScooting made their first contribution in https://github.com/pardeike/Harmony/pull/656
- @xADDBx made their first contribution in https://github.com/pardeike/Harmony/pull/657