FGS.Autofac4.Interceptors.Time
2020.8.3.1
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes marked with
`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 4. For an identical API on Autofac version 5, see `FGS.Autofac.Interceptors.Time`.
See the version list below for details.
Install-Package FGS.Autofac4.Interceptors.Time -Version 2020.8.3.1
dotnet add package FGS.Autofac4.Interceptors.Time --version 2020.8.3.1
<PackageReference Include="FGS.Autofac4.Interceptors.Time" Version="2020.8.3.1" />
paket add FGS.Autofac4.Interceptors.Time --version 2020.8.3.1
#r "nuget: FGS.Autofac4.Interceptors.Time, 2020.8.3.1"
Dependencies
-
.NETCoreApp 3.0
- Autofac (>= 4.9.1 && < 5.0.0)
- FGS.Autofac.Registration.Extensions (>= 2020.8.3.1)
- FGS.Autofac4.Interception.DynamicProxy (>= 2020.8.3.1)
- FGS.Interception.Annotations.Time (>= 2020.8.3.1)
- FGS.Interceptors.Time (>= 2020.8.3.1)
- FGS.Primitives.Time (>= 2020.8.3.1)
- FGS.Primitives.Time.Abstractions (>= 2020.8.3.1)
-
.NETFramework 4.7.2
- Autofac (>= 4.9.1 && < 5.0.0)
- FGS.Autofac.Registration.Extensions (>= 2020.8.3.1)
- FGS.Autofac4.Interception.DynamicProxy (>= 2020.8.3.1)
- FGS.Interception.Annotations.Time (>= 2020.8.3.1)
- FGS.Interceptors.Time (>= 2020.8.3.1)
- FGS.Primitives.Time (>= 2020.8.3.1)
- FGS.Primitives.Time.Abstractions (>= 2020.8.3.1)
-
.NETStandard 2.0
- Autofac (>= 4.9.1 && < 5.0.0)
- FGS.Autofac.Registration.Extensions (>= 2020.8.3.1)
- FGS.Autofac4.Interception.DynamicProxy (>= 2020.8.3.1)
- FGS.Interception.Annotations.Time (>= 2020.8.3.1)
- FGS.Interceptors.Time (>= 2020.8.3.1)
- FGS.Primitives.Time (>= 2020.8.3.1)
- FGS.Primitives.Time.Abstractions (>= 2020.8.3.1)
-
.NETStandard 2.1
- Autofac (>= 4.9.1 && < 5.0.0)
- FGS.Autofac.Registration.Extensions (>= 2020.8.3.1)
- FGS.Autofac4.Interception.DynamicProxy (>= 2020.8.3.1)
- FGS.Interception.Annotations.Time (>= 2020.8.3.1)
- FGS.Interceptors.Time (>= 2020.8.3.1)
- FGS.Primitives.Time (>= 2020.8.3.1)
- FGS.Primitives.Time.Abstractions (>= 2020.8.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2020.8.3.2 | 201 | 8/3/2020 |
2020.8.3.1 | 109 | 8/3/2020 |