Skip to content

Library support ASP.NET Core migration from ISystemClock to TimeProvider breakchange since .NET 8.0

License

Notifications You must be signed in to change notification settings

NetLah/ClockProvider

Repository files navigation

NetLah.Extensions.ClockProvider - .NET Library

NetLah.Extensions.ClockProvider is a library support setting ASP.NET Core ClockProvider from configuration.

NuGet package

NuGet

Build Status

Build Status

Getting started

1. Add/Update PackageReference to .csproj

<ItemGroup>
  <PackageReference Include="NetLah.Extensions.ClockProvider" Version="1.0.0" />
</ItemGroup>

2. Add ClockProvider

builder.AddClockProvider(true);

About

Library support ASP.NET Core migration from ISystemClock to TimeProvider breakchange since .NET 8.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages