ImpromptuInterface by: jbtule
  • 44 total downloads
  • Latest version: 8.0.6
  • ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr currying
A Lightweight Duck Casting Framework for dynamic C#
IndexRange by: Bradley Grainger
  • 8 total downloads
  • Latest version: 1.0.3
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
Instances by: Malte Rosenbjerg
  • 5 total downloads
  • Latest version: 3.0.1
  • instances instance process async task events run exec
A .NET Standard Process wrapper with an elegant API, for both asyncronous and syncronous use, providing both Events and support for Tasks with cancellation support
IPAddressRange by: J.Sakamoto
  • 99 total downloads
  • Latest version: 4.0.0
  • IPAddress
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can conatins check. This library supports both IPv4 and IPv6.
IronPdf.EAP by: Iron PDF Development Team https://IronPdf.com
  • 12 total downloads
  • Latest version: 2021.6.3135
  • EAP PDF C# HTML VB.NET Html-to-pdf aspx c# pdf create render generate standard netstandard2.0 core netcore
Early Access Program (EAP) - Bleeding edge release of IronPdf featuring new Chrome, WebKit and Adaptive HtmlToPdf rendering engines. Find out more about IronPdf at https://ironpdf.com/. You can email us at developers@ironsoftware.com for support directly and we hugely appriciate your feedback.
IronPdf.Native.Chrome.Windows by: https://ironpdf.com
  • 55 total downloads
  • Latest version: 2022.11.10299
  • IronPdf Windows Chrome Html To PDF Iron
External methods which allow for interoperability between native and managed code
Irony by: IronyProject
  • 20 total downloads
  • Latest version: 1.1.0
  • Parser Parsing Compiler
Irony Parser Kit, core library
Irony.NetCore by: daxnet
  • 9 total downloads
  • Latest version: 1.0.11
  • irony parser
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
iTextSharp.LGPLv2.Core by: Vahid Nasiri
  • 73 total downloads
  • Latest version: 1.8.0
  • PdfReport Excel Export iTextSharp PDF Report Reporting Persian .NET Core aspnetcore
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.
Jaeger by: Chatham Financial Corp. and The Jaeger Authors
  • 17 total downloads
  • Latest version: 1.0.3
Jaeger .NET Tracing
JetBrains.Annotations by: JetBrains
  • 136 total downloads
  • Latest version: 2024.3.0
  • jetbrains resharper rider annotations canbenull notnull
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. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
JMeter by: phmarques Roemer
  • 22 total downloads
  • Latest version: 5.6.3
The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
jose-jwt by: Dmitry Vsekhvalnov
  • 71 total downloads
  • Latest version: 5.1.0
  • jose jwt json jwa jwe jws jwk aes cbc gcm rsa hmac sha rsassa pss rsaes oaep pkcs1-v1_5 es elliptic curve diffe hellman agreement ecdsa key wrap kw ecdh pbes pbes2 pbkdf pbkdf2 password based encryption javascript object signing two phase validation netcore clr coreclr portable fips compliant open banking detached content unencoded payload json web key
Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET and .NET Core. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. Supports generating, decoding, encryption and compression of JSON Web Tokens. Full-blown support for JSON Web Keys (RFC 7517) and two way bridging with .NET core cryptography. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797). JSON Web Encryption (JWE, RFC 7516) support. Cross compatible with all major operating systems - Windows, Linux, MacOS and FreeBSD. Supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 384 512 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content RFC 7516: - JSON Web Encryption (JWE) support JSON Web Key (RFC 7517): - RSA, EC, oct keys - X509 Chains, SHA1 & SHA2 thumbprints
jQuery by: jQuery Foundation Inc.
  • 142 total downloads
  • Latest version: 3.7.1
  • jQuery
jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
jsreport.Client by: Jan Blaha
  • 97 total downloads
  • Latest version: 3.8.1
  • jsreport report pdf
Client for jsreport API allowing to remotely render various pdf or excel reports
jsreport.Shared by: Jan Blaha
  • 38 total downloads
  • Latest version: 3.8.2
  • jsreport
(Internal) Shared helpers for jsreport c# sdk
jsreport.Types by: Jan Blaha
  • 107 total downloads
  • Latest version: 3.9.4
  • jsreport
jsreport entities strong types used in .net sdk
JunitXml.TestLogger by: Siphonophora codito faizan2304 smadala lahma
  • 13 total downloads
  • Latest version: 2.1.81
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
K4os.Compression.LZ4 by: Milosz Krajewski
  • 28 total downloads
  • Latest version: 1.2.16
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 33 total downloads
  • Latest version: 1.2.16
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET