Microsoft.Bcl.TimeProvider 10.0.1
About
Microsoft.Bcl.TimeProvider provides time abstraction support for apps targeting .NET 7 and earlier, as well as those intended for the .NET Framework. For apps targeting .NET 8 and newer versions, referencing this package is unnecessary, as the types it contains are already included in the .NET 8 and higher platform versions.
Key Features
- Provides a common abstraction for time-related operations.
How to Use
using System;
// A class that uses TimeProvider to get the current time in Utc coordinates
public class UtcClock
{
private readonly TimeProvider _timeProvider;
// Constructor that takes a TimeProvider as a dependency
public Clock(TimeProvider timeProvider)
{
_timeProvider = timeProvider;
}
// A method that returns the current time as a string
public string GetTime()
{
return _timeProvider.GetLocalNow().ToString("HH:mm:ss");
}
}
// A class that inherits from TimeProvider and overrides the GetLocalNow method
public class UtcTimeProvider : TimeProvider
{
// Override the GetLocalNow method to always return UTC time
public override DateTimeOffset GetLocalNow()
{
return TimeProvider.System.GetUtcNow();
}
}
Main Types
The main types provided by this library are:
TimeProviderTimeProviderTaskExtensions
Additional Documentation
Feedback & Contributing
Microsoft.Bcl.TimeProvider is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Showing the top 20 packages that depend on Microsoft.Bcl.TimeProvider.
| Packages | Downloads |
|---|---|
|
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8af96e042134fb3b2f21df26dd0f32ea1c00dd37
|
102 |
|
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ada5ad97d2114250a05550cb28cc18b9cf9f8993
|
86 |
|
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f5084525411d53b81d9950b68616117750b674d4
|
95 |
|
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
|
77 |
|
Microsoft.Extensions.Telemetry
Provides canonical implementations of telemetry abstractions.
|
80 |
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
|
274 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
77 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
78 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
79 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
81 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
85 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
94 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
101 |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
|
292 |
|
Polly.Core
Package Description
|
77 |
|
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
|
82 |
|
Polly.Core
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
|
83 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.1)
- System.ValueTuple (>= 4.6.1)
.NET 8.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.1)
| Version | Downloads | Last updated |
|---|---|---|
| 10.0.1 | 1 | 12/10/2025 |
| 10.0.0 | 15 | 11/12/2025 |
| 10.0.0-rc.2.25502.107 | 31 | 10/15/2025 |
| 10.0.0-rc.1.25451.107 | 37 | 09/09/2025 |
| 10.0.0-preview.7.25380.108 | 43 | 08/14/2025 |
| 10.0.0-preview.6.25358.103 | 54 | 07/16/2025 |
| 10.0.0-preview.5.25277.114 | 58 | 06/08/2025 |
| 10.0.0-preview.4.25258.110 | 58 | 05/16/2025 |
| 10.0.0-preview.3.25171.5 | 75 | 04/12/2025 |
| 10.0.0-preview.2.25163.2 | 65 | 04/01/2025 |
| 10.0.0-preview.1.25080.5 | 67 | 04/01/2025 |
| 9.0.11 | 17 | 11/12/2025 |
| 9.0.10 | 26 | 10/15/2025 |
| 9.0.9 | 48 | 09/09/2025 |
| 9.0.8 | 51 | 08/06/2025 |
| 9.0.7 | 49 | 07/10/2025 |
| 9.0.6 | 55 | 06/12/2025 |
| 9.0.5 | 60 | 05/16/2025 |
| 9.0.4 | 71 | 04/12/2025 |
| 9.0.3 | 66 | 03/31/2025 |
| 9.0.2 | 64 | 03/30/2025 |
| 9.0.1 | 71 | 03/31/2025 |
| 9.0.0 | 79 | 11/14/2024 |
| 9.0.0-rc.2.24473.5 | 76 | 10/14/2024 |
| 9.0.0-rc.1.24431.7 | 73 | 09/21/2024 |
| 9.0.0-preview.7.24405.7 | 67 | 08/21/2024 |
| 9.0.0-preview.6.24327.7 | 93 | 07/20/2024 |
| 9.0.0-preview.5.24306.7 | 91 | 07/20/2024 |
| 9.0.0-preview.4.24266.19 | 76 | 07/20/2024 |
| 9.0.0-preview.3.24172.9 | 85 | 07/20/2024 |
| 9.0.0-preview.2.24128.5 | 79 | 07/20/2024 |
| 9.0.0-preview.1.24080.9 | 82 | 07/20/2024 |
| 8.0.1 | 101 | 07/20/2024 |
| 8.0.0 | 78 | 07/20/2024 |
| 8.0.0-rc.2.23479.6 | 72 | 07/20/2024 |
| 8.0.0-rc.1.23419.4 | 80 | 07/20/2024 |
| 8.0.0-preview.7.23375.6 | 79 | 07/20/2024 |
| 8.0.0-preview.6.23329.7 | 79 | 07/20/2024 |
| 8.0.0-preview.5.23280.8 | 84 | 07/20/2024 |
| 8.0.0-preview.4.23259.5 | 89 | 07/20/2024 |