InversifyJS icon indicating copy to clipboard operation
InversifyJS copied to clipboard

Option `skipBaseClassChecks` has no effect when inheritance is being used

Open lucianlature opened this issue 2 years ago • 0 comments

Please check this stackblitz project to see the issue.

Basically, although skipBaseClassChecks is set to true, the checks are still being performed.

Any idea why this is happening?....Something wrong in my setup?

Expected Behavior

When skipBaseClassChecks is set to true, the container will disable all checking of base classes.

Current Behavior

Even if skipBaseClassChecks is set to true, the container will keep all checking of base classes,

Possible Solution

N/A

Steps to Reproduce (for bugs)

Check the link above for the stackblitz project that is showing the faulty behaviour.

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop or mobile):
  • Link to your project:

Stack trace

lucianlature avatar Feb 15 '24 16:02 lucianlature