JetBrains.FormatRipper by: Mikhail Pilin, Konstantin Kretov
  • 10 total downloads
  • Latest version: 2.4.0
  • jetbrains compound elf mach-o msi pe dmg parse windows linux macos netstandard netframework
The cross-platform open-source library for parsing executable and shared-library files. It supports the Compound, ELF, Mach-O, Fat Mach-O, DMG, MSI, and PE formats, providing useful information about their internals.
JetBrains.HabitatDetector by: Mikhail Pilin
  • 14 total downloads
  • Latest version: 1.4.6
  • jetbrains windows linux macos freebsd netstandard netframework
The cross-platform open-source library for detecting habitat information.
JetBrains.Profiler.Api by: Mikhail Pilin, Ilia Kirianovskii
  • 25 total downloads
  • Latest version: 1.4.12
  • jetbrains profiler profiling performance memory coverage net dotnet netcore dotnetcore netstandard windows uwp macos mac linux musl glibc x86 x64 arm arm64 x86-64 x86_64 aarch64
JetBrains Profiler API allows you to control profiling sessions right from the code of your application. Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover. This API can also be used in conjunction with JetBrains Self-Profiling API.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 134 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>
jose-pcl by: Dmitry Vsekhvalnov
  • 81 total downloads
  • Latest version: 0.0.4
  • jose jwt json jwa jwe jws aes cbc gcm rsa hmac sha rsassa pss rsaes oaep pkcs1-v1_5 es elliptic curve ecdsa key wrap kw pbes pbes2 pbkdf pbkdf2 password based encryption javascript object signing winrt winmd windows 8.1 phone portable
Portable Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) implementation for Windows 8, Windows Phone 8, Windows Silverlight 8 and .NET framework platforms based on PCLCrypto portable crypto layer Supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - NONE (unprotected) plain text algorithm without integrity protection
Json.More.Net by: Greg Dennis
  • 893 total downloads
  • Latest version: 3.0.1
  • json system.text.json json.more
Provides extended functionality for the System.Text.Json namespace.
Json.Net by: Onur Barlık
  • 894 total downloads
  • Latest version: 1.0.33
  • json, jsonnet, minimalistic
A minimalistic JSON handler library.
JsonExtensions by: Tyrrrz
  • 161 total downloads
  • Latest version: 1.2.3
  • system.text.json system text json extensions parsing deserialization serialization
Various extensions to enhance System.Text.Json.
JsonPatch.Net by: Greg Dennis
  • 1.008k total downloads
  • Latest version: 5.0.3
  • json-patch jsonpatch json
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net by: Greg Dennis
  • 1.243k total downloads
  • Latest version: 7.0.3
  • json-pointer json pointer
JSON Pointer built on the System.Text.Json namespace
JsonSchema.Net by: Greg Dennis
  • 5.082k total downloads
  • Latest version: 9.4.0
  • json-schema validation schema json
JSON Schema built on the System.Text.Json namespace
JsonSchema.Net.Generation by: Greg Dennis
  • 2.36k total downloads
  • Latest version: 7.3.11
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality
JunitXml.TestLogger by: spekt
  • 571 total downloads
  • Latest version: 8.0.0
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 3.715k total downloads
  • Latest version: 11.1.0
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
K4os.Compression.LZ4 by: Milosz Krajewski
  • 851 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 779 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 170 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
Konscious.Security.Cryptography.Argon2 by: Keef Aragon
  • 352 total downloads
  • Latest version: 1.3.1
  • crypto cryptography argon2 argon2i argon2d argon2id password
An implementation of Argon2 winner of PHC https://password-hashing.net/#argon2 Usage follows standard types found in System.Security.Cryptography in corefx. Specifically DeriveBytes. C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id
Konscious.Security.Cryptography.Blake2 by: Keef Aragon
  • 285 total downloads
  • Latest version: 1.1.1
  • crypto cryptography hash blake2 blake2b
An implementation of Blake2 for .NET that integrates with the standard crypto libraries
KRE-CLR-x86 by: Microsoft
  • 64 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86