Andreas Pardeike

Results 88 comments of Andreas Pardeike

Transpiler are chained and their results is collected, then logged. If an exceptions occurs in a transpiler there is no result yet. Which means there is nothing to log.

Harmony 2.3 will use dependencies (and that will confused a lot of people). But it solves this issue.

A TypeLoadException means that not all dependencies were available at runtime. Did you use the fat or the thin version of the prerelease?

Have you tried to build from master and make a local nuget package by using the pack command on the Harmony project?

Not sure what your build environment looks like but Harmony builds and tests fine both in Azure and with GitHub actions today.

See https://github.com/pardeike/Harmony/actions/runs/7906164818

This looks like a dependency problem. Without more information, I can't help you and need to close this issue.

When I talked about dependencies I meant the system libraries. If BindingFlags is not available then the problem is more on a general .NET version level.

Would love to but I think you first need to work a bit on your documentation. Also, if you come up with a PR on how you want the promotion...

The VS link is broken (https://marketplace.visualstudio.com/items?itemName=darkdaskin.HarmonyTools) and there is no documentation. For now, I close this. If you ever get this into a proper release you can reopen this issue...