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
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
/// Adds a new transient registration to the service collection only when no existing registration of the same service type and implementation type exists.
232
+
/// In contrast to TryAddTransient, which only checks the service type.
233
+
/// </summary>
234
+
/// <param name="services">The service collection</param>
0 commit comments