Skip to content

Overrides support

Compare
Choose a tag to compare
@byme8 byme8 released this 19 Dec 17:00
· 14 commits to main since this release
a5d2211

This release adds support for overrides.

This feature allows you temporarily override some dependency or constructor argument during the resolving. It can be really handy in advanced scenarios and during unit testing. It supports AOT scenarios and has zero overhead if you don't use it.

More info you can find in readme file.