HighPrecisionTimeStamps 0.0.1-alpha
See the version list below for details.
dotnet add package HighPrecisionTimeStamps --version 0.0.1-alpha
NuGet\Install-Package HighPrecisionTimeStamps -Version 0.0.1-alpha
<PackageReference Include="HighPrecisionTimeStamps" Version="0.0.1-alpha" />
paket add HighPrecisionTimeStamps --version 0.0.1-alpha
#r "nuget: HighPrecisionTimeStamps, 0.0.1-alpha"
// Install HighPrecisionTimeStamps as a Cake Addin #addin nuget:?package=HighPrecisionTimeStamps&version=0.0.1-alpha&prerelease // Install HighPrecisionTimeStamps as a Cake Tool #tool nuget:?package=HighPrecisionTimeStamps&version=0.0.1-alpha&prerelease
The use-case for this project is when approximately accurate timestamps are needed for purposes of identifying when an event happened, but are also used to measure elapsed time between events that happen on a scale of milliseconds or microseconds.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JetBrains.Annotations (>= 2019.1.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HighPrecisionTimeStamps:
Package | Downloads |
---|---|
DotNetVault
Synchronization Library and Static Analysis Tool for C# 8 DotNetVault is a library and static code analysis tool that makes managing shared mutable state in multi-threaded applications more manageable and less error prone. It also provides a common abstraction over several commonly used synchronization mechanisms, allowing you to change from one underlying type to another (such as from lock free synchronization to mutex/monitor lock based) without needing to refactor your code. Where errors do still occur, they are easier to locate and identify. The project description (a detailed design document) can be read here: https://github.com/cpsusie/DotNetVault/blob/master/DotNetVault_Description_v1.0.pdf. A quick start guide for installation (Windows, Vs 2019+) can be found here: https://github.com/cpsusie/DotNetVault/blob/v0.2.5.x/QuickStart_Install_VS2019_Windows.md. A quick start guide for installation (Tested on Amazon Linux, Rider 2019.3.1+) can be found here: https://github.com/cpsusie/DotNetVault/blob/v0.2.5.x/Quick_Start_Install_Rider_Amazon_Linux.md. A guided tour / quick start guide for this project's functionality can be found here: https://github.com/cpsusie/DotNetVault/blob/v0.2.5.x/Quick_Start_Functionality_Tour.md |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.7-beta | 286 | 2/1/2022 |
1.0.0.6 | 52,629 | 10/1/2021 |
1.0.0.4 | 397 | 9/19/2021 |
1.0.0.2 | 402 | 9/4/2021 |
1.0.0.1 | 503 | 8/21/2021 |
1.0.0 | 493 | 8/13/2021 |
0.1.1-beta | 369 | 8/5/2021 |
0.1.0 | 553 | 12/13/2020 |
0.0.5.4-beta | 340 | 12/6/2020 |
0.0.5.1-beta | 322 | 11/27/2020 |
0.0.4-beta | 337 | 11/18/2020 |
0.0.3-beta | 392 | 11/15/2020 |
0.0.2-alpha | 313 | 11/14/2020 |
0.0.1-alpha | 414 | 1/25/2020 |
Pre-release alpha version.
TimeStampSource.Now works.
TimeStampSource.UtcNow probably does not work and has not been tested.