unitycontainer / interception

Unity.Interception package
Apache License 2.0
22 stars 17 forks source link

Fix multiple intreceptors issue due to .net core logic change #25

Closed yfital closed 5 years ago

yfital commented 5 years ago

Can you please cherrypick this into the 5.5.6 tag as well and create 5.5.7? This is blocking us from progressing, and 5.9 completely broke backwards compatibility

ENikS commented 5 years ago

Could you add unit tests to demonstrate issue and the fix?

yfital commented 5 years ago

Hey @ENikS ,

I've added it but removed it since the current unit tests are only running on .net framework (unless I missed something?)

As such, the bug won't reproduce (it's a .net core issue)