You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for offering to work on this. To get started: The validation code lives in the wireup.ioc.validation module. assert_dependency_exists is probably your starting point.
The container should throw if the type of the parameter does not match that of the argument.
E.g:
Annotated[str, Inject(param="foo")]
is requested but foo is actually an int.The text was updated successfully, but these errors were encountered: