ILPatcher causes project to be built all the time

Issue #72 new
Former user created an issue

Hi.

I updated the assimpnet integration in a quite large project, and we've noticed that ever since the update we need to wait for ~20ish seconds for the most trivial of build tasks. (For example trying to debug a freshly built project from Visual Studio). The culprit is the ilpatcher that re-patches the assembly even if it hasn't changed, and it does this without any apparent checks to see if the patching is necessary. This is a critical issue for us since this being a large project it greatly adds to our iteration times.

Comments (0)

  1. Log in to comment