Humanizer.Core.uz-Latn-UZ
by: Claire Novotny Mehdi Khalili
- 76 total downloads
- Latest version: 3.0.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi
by: Claire Novotny Mehdi Khalili
- 77 total downloads
- Latest version: 3.0.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN
by: Claire Novotny Mehdi Khalili
- 77 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Claire Novotny Mehdi Khalili
- 87 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
by: Claire Novotny Mehdi Khalili
- 76 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hant)
Iced
by: iced project and contributors <https://github.com/icedland>
- 190 total downloads
- Latest version: 1.21.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- 👍 Supports all Intel and AMD instructions
- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- 👍 100% C# code
- 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- 👍 The decoder decodes >130 MB/s
- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- 👍 The encoder can be used to re-encode decoded instructions at any address
- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT
ImTools
by: Maksim Volkau
- 24 total downloads
- Latest version: 5.0.0-preview-01
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
IndexRange
by: Bradley Grainger
- 30 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 5 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
Json.More.Net
by: Greg Dennis
- 215 total downloads
- Latest version: 2.2.0
Provides extended functionality for the System.Text.Json namespace.
JsonPatch.Net
by: Greg Dennis
- 198 total downloads
- Latest version: 4.0.0
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net
by: Greg Dennis
- 258 total downloads
- Latest version: 6.0.1
JSON Pointer built on the System.Text.Json namespace
KeePassLib
by: Dominik Reichl
- 3 total downloads
- Latest version: 2.30.0
KeePassLib distributable from the KeePass 2.x source code zip file.
KubernetesClient
by: The Kubernetes Project Authors
- 1.22k total downloads
- Latest version: 4.0.26
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic
by: The Kubernetes Project Authors
- 151 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models
by: The Kubernetes Project Authors
- 146 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
Libuv
by: Libuv
- 37 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
log4net
by: The Apache Software Foundation
- 111 total downloads
- Latest version: 3.2.0
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Macross.Json.Extensions
by: Macross.Json.Extensions
- 25 total downloads
- Latest version: 3.0.0
Macross Software Json extensions library.
Provides helpers & converters for the System.Text.Json API and push
stream types for the System.Net.Http API.
Commonly Used Types:
System.Text.Json.Utf8JsonStreamReader
System.Text.Json.Serialization.JsonStringEnumMemberConverter
System.Text.Json.Serialization.JsonMicrosoftDateTimeConverter
System.Text.Json.Serialization.JsonMicrosoftDateTimeOffsetConverter
System.Text.Json.Serialization.JsonIPAddressConverter
System.Text.Json.Serialization.JsonIPEndPointConverter
System.Text.Json.Serialization.JsonDelegatedStringConverter
System.Text.Json.Serialization.JsonTypeConverterAdapter
System.Net.Http.PushStreamContent
System.Net.Http.PushStreamContent<T>
ManagedEsent
by: Microsoft
- 114 total downloads
- Latest version: 2.0.0
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.