Info
Version: | 2020.8.3.2 |
Author(s): | FoxGuard Solutions |
Last Update: | Monday, August 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FGS.Autofac.Interceptors.Time |
Install
Install-Package FGS.Autofac.Interceptors.Time
dotnet add package FGS.Autofac.Interceptors.Time
paket add FGS.Autofac.Interceptors.Time
FGS.Autofac.Interceptors.Time Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.Interception.Annotations.Time(>= 2020.8.3.2)
- FGS.Interceptors.Time(>= 2020.8.3.2)
- FGS.Primitives.Time.Abstractions(>= 2020.8.3.2)
- FGS.Primitives.Time(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.Interception.Annotations.Time(>= 2020.8.3.2)
- FGS.Interceptors.Time(>= 2020.8.3.2)
- FGS.Primitives.Time.Abstractions(>= 2020.8.3.2)
- FGS.Primitives.Time(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.Interception.Annotations.Time(>= 2020.8.3.2)
- FGS.Interceptors.Time(>= 2020.8.3.2)
- FGS.Primitives.Time.Abstractions(>= 2020.8.3.2)
- FGS.Primitives.Time(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
- FGS.Autofac.Interception.DynamicProxy(>= 2020.8.3.2)
- FGS.Autofac.Registration.Extensions(>= 2020.8.3.2)
- FGS.Interception.Annotations.Time(>= 2020.8.3.2)
- FGS.Interceptors.Time(>= 2020.8.3.2)
- FGS.Primitives.Time.Abstractions(>= 2020.8.3.2)
- FGS.Primitives.Time(>= 2020.8.3.2)
- Autofac(>= 5.0.0 && < 6.0.0)
Tags
`FreezeTimeAttribute` such that resolved `IClock` instances will reflect a frozen instance in time time, throughout
the duration of each intercepted call.
This is useful for making sure timestamps are consistent across multiple accesses during a single business transaction,
such as during compound persistence operations that independently consume the current time.
This package is for Autofac version 5.
For an identical API on Autofac version 4, see `FGS.Autofac4.Interceptors.Time`.