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
Currently this does not affect validation whatsoever because there's no exclusion of AsResolutionRoot == true services in the Validate, which is counterintuitive.
One option would be amending the default validation condition which would probably make more sense in general conditions (usually there's not many resolution roots) but would break the default behavior: #577 (comment)
Another option is:
I would rather filter all registrations based on the IsResolutionRoot, then if nothing found fallback to the current behavior.
Currently this does not affect validation whatsoever because there's no exclusion of
AsResolutionRoot == true
services in theValidate
, which is counterintuitive.Originally posted by @Metadorius in #577 (comment)
One option would be amending the default validation condition which would probably make more sense in general conditions (usually there's not many resolution roots) but would break the default behavior: #577 (comment)
Another option is:
Originally posted by @dadhi in #577 (comment)
The text was updated successfully, but these errors were encountered: