UmbracoCms.Core by Umbraco HQ

<PackageReference Include="UmbracoCms.Core" Version="8.2.0" />

.NET API 2,434,560 bytes

 Lifetime

public enum Lifetime
Specifies the lifetime of a registered instance.
Request = 1

One unique instance per request.

Scope = 2

One unique instance per scope.

One unique instance per container.

Always get a new instance.