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
/// A new instance of the dependency is created each time the dependency is resolved from the container.
case new
/// A new instance of the dependency is created only the first time it is resolved from the container. The created instance is cached and it is returned for all subsequent resolution requests, i.e. it is a singleton