sting-ioc / sting

https://sting-ioc.github.io
Apache License 2.0
8 stars 0 forks source link

Generate a suppressable warning if an injectable is included in injector but unused #36

Closed realityforge closed 4 years ago

realityforge commented 4 years ago

Including an injectable in an injector seems to imply it should be used thus warning the user that it is unused has value.

See #37 and #38 for similar issues

realityforge commented 4 years ago

Decided to make this an error rather than a warning