urasandesu / Prig

Prig is a lightweight framework for test indirections in .NET Framework.
Other
117 stars 21 forks source link

Needs more robustness for additional delegates #58

Closed urasandesu closed 8 years ago

urasandesu commented 8 years ago

If you build Prig.Samples in the following order, you will get a build failure.

  1. Build QUICK TOUR sample.
  2. Build Replace Three or More out ref Parameter Method sample.
  3. Clean the results of 2.
  4. Rebuild QUICK TOUR sample => This build will fail :broken_heart:

This is because Prig cannot reference the delegate that was added in the step 2. However, it isn't needed in the step 4.

Prig should just ignore the additional delegates that doesn't exist.

urasandesu commented 8 years ago

This issue is fixed in the following commit: b98d7b3786080f2124b10cf4e4aeaa61f0b6dbb2