0xd4d / dnlib

Reads and writes .NET assemblies and modules
MIT License
2.18k stars 587 forks source link

`ModuleWriter` no longer ignores `Cor20HeaderOptions.EntryPoint` value #564

Closed ElektroKill closed 3 days ago

ElektroKill commented 3 days ago

The behavior now matches that of NativeModuleWriter

ElektroKill commented 3 days ago

CI fails because of a deprecated version of upload-artifact

wtfsck commented 3 days ago

Yeah, if it's an easy fix, want to fix that too?

wtfsck commented 3 days ago

Looks like actions/upload-artifact@v4 is the latest version

wtfsck commented 3 days ago

Thanks for both fixes, merged!