Maethril.Framework
by: Maethril
- 183 total downloads
- Latest version: 1.0.5
Clone, factory (DI), attributes, assembly/class collector, etc.
Humanizer.Core
by: Claire Novotny Mehdi Khalili
- 221 total downloads
- Latest version: 3.0.1
Humanizer core package that contains the library and the neutral language (English) resources
K4os.Hash.xxHash
by: Milosz Krajewski
- 48 total downloads
- Latest version: 1.0.8
xxHash hash implementation for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 168 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4
by: Milosz Krajewski
- 217 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
KubernetesClient.Models
by: The Kubernetes Project Authors
- 187 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
IdentityModel
by: Dominick Baier Brock Allen
- 7 total downloads
- Latest version: 5.2.0
OpenID Connect & OAuth 2.0 client library
Iced
by: iced project and contributors <https://github.com/icedland>
- 225 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
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 13 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>
JetBrains.Annotations
by: JetBrains
- 302 total downloads
- Latest version: 2025.2.4
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
Libuv
by: Libuv
- 38 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
IndexRange
by: Bradley Grainger
- 36 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
log4net
by: The Apache Software Foundation
- 136 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
LamarCompiler
by: Jeremy D. Miller
- 149 total downloads
- Latest version: 6.3.0
Runtime Roslyn Compilation and Code Generation Chicanery
ImTools.dll
by: Maksim Volkau
- 56 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
LamarCodeGeneration
by: Jeremy D. Miller
- 211 total downloads
- Latest version: 6.3.0
Code Generation Chicanery for .Net
KRE-CLR-x86
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
ImTools
by: Maksim Volkau
- 5 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
KRE-CoreCLR-x86
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86