Top 20 NuGet Packages
.NET library for working with UTF-16 character data.
Package Description
Package Description
Harmony Core Project Templates for .Net Core and .Net Standard. Click the project URL for release note information.
Harmony Core Project Templates for .Net Core and .Net Standard. Click the project URL for release note information.
It is infrastructure for .NET projects.Contains code helpers for WPF with MVVM pattern.
Package Description
Build package to workaround asp.net core 3.0+ dependency on CodeDOM
Used with the Harmony library. Assists with writing valid patches.
Harness Log Lib
Harness RestClient lib
This library provides helpful helpers for converting a HTTP Archive (HAR) file to a .NET object. This is a convertion of the older HarNet library to .NET Standard 1.4
A .NET library to make operation with HarperDB
Example :
using HarperDB.NET
HarperDBClient harperDB = new HarperDBClient(serverURI, userName, password);
await harperDB.CreateSchema("SchemaName");
await harperDB.CreateTable("SchemaName", "TableName", "id");
await harperDB.InsertRecord("SchemaName"...
This package provides robust symmetric AES256 encryption with a simple to consume API.