Washi1337 / AsmResolver

A library for creating, reading and editing PE files and .NET modules.
https://docs.washi.dev/asmresolver/
MIT License
826 stars 125 forks source link

.NET 3.5 via MonoMod.Backports #540

Closed Washi1337 closed 1 month ago

Washi1337 commented 3 months ago

Closes #536

nike4613 commented 3 months ago

Backports has a few of these shims already, on *Ex suffixed types in the same namespace as the relevant type. (Though I see you're limiting the Backports package ref to net35, so they may not actually be terribly useful...)

Washi1337 commented 3 months ago

Though I see you're limiting the Backports package ref to net35

Yes, I intend to only include MonoMod.Backports when absolutely necessary (i.e., only for the .NET 3.5 target). Using the existing shims for Array and String would therefore not work out.