InterlockLedger.Commons 18.2.1

dotnet add package InterlockLedger.Commons --version 18.2.1
                    
NuGet\Install-Package InterlockLedger.Commons -Version 18.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InterlockLedger.Commons" Version="18.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InterlockLedger.Commons" Version="18.2.1" />
                    
Directory.Packages.props
<PackageReference Include="InterlockLedger.Commons" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InterlockLedger.Commons --version 18.2.1
                    
#r "nuget: InterlockLedger.Commons, 18.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=InterlockLedger.Commons&version=18.2.1
                    
Install InterlockLedger.Commons as a Cake Addin
#tool nuget:?package=InterlockLedger.Commons&version=18.2.1
                    
Install InterlockLedger.Commons as a Cake Tool

IL2 Commons

InterlockLedger.Commons library for common helpers and class extensions

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on InterlockLedger.Commons:

Package Downloads
InterlockLedger.Tags.ILInt

This library implements the basic ILInt (InterlockLedger Variable-Length-Encoded Unsigned Long Integer) encoding/decoding.

InterlockLedger.Tags

Upgrading core libs

InterlockLedger.WatchDog

InterlockLedger.WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime. It leverages SignalR for real-time monitoring and LiteDb a Serverless MongoDB-like database with no configuration with the option of using your external MSSQL, MySQl or Postgres databases.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
18.2.1 208 4/22/2024
17.0.1 335 1/24/2024
17.0.0 106 1/24/2024
16.0.0 114 1/23/2024
12.2.1 427 3/10/2023
12.1.0 279 1/17/2023
12.0.0 488 1/9/2023
6.0.0 378 11/14/2022
3.0.3 385 11/1/2022
3.0.2 361 11/1/2022
3.0.1 972 11/1/2022
3.0.0 362 11/1/2022
2.4.0 642 10/31/2022
2.1.0 600 7/12/2022
1.2.5 1,128 5/7/2021

Json deserialization fails for PageOf<T> as a record