IdentityServer4.Storage
by: Brock Allen Dominick Baier
- 1.081k total downloads
- Latest version: 4.1.2
Storage interfaces and models for IdentityServer4
Iesi.Collections
by: Aidant Systems Jason Smith NHibernate community
- 674 total downloads
- Latest version: 4.2.0-ci.12
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.
JetBrains.Annotations
by: JetBrains
- 1.271k total downloads
- Latest version: 2025.1.0-eap1
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.
jose-pcl
by: Dmitry Vsekhvalnov
- 58 total downloads
- Latest version: 0.0.4
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
JWT
by: Alexander Batishchev John Sheehan Michael Lehenbauer
- 1.065k total downloads
- Latest version: 11.0.0
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
KRE-CLR-x86
by: Microsoft
- 44 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 39 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient
by: The Kubernetes Project Authors
- 6.316k total downloads
- Latest version: 17.0.4
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic
by: The Kubernetes Project Authors
- 508 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models
by: The Kubernetes Project Authors
- 496 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
LibGit2Sharp
by: LibGit2Sharp contributors
- 1.374k total downloads
- Latest version: 0.31.0
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
LibGit2Sharp.NativeBinaries
by: LibGit2Sharp contributors
- 822 total downloads
- Latest version: 2.0.323
Native binaries for LibGit2Sharp
Libuv
by: Libuv
- 143 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LinqBridge
by: Atif Aziz
- 20 total downloads
- Latest version: 1.3.0
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
log4net
by: The Apache Software Foundation
- 877 total downloads
- Latest version: 3.1.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
MailKit
by: Jeffrey Stedfast
- 1.77k total downloads
- Latest version: 4.12.1
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* HTTP, Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP, DKIM and ARC support via MimeKit.
* Microsoft TNEF support via MimeKit.
ManagedEsent
by: Microsoft
- 355 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.
MaterialDesignColors
by: James Willock
- 2.158k total downloads
- Latest version: 5.2.2-ci998
ResourceDictionary instances containing standard Google Material Design swatches,
for inclusion in a XAML application.
MathNet.Numerics.Signed
by: Christoph Ruegg Marcus Cuda Jurgen Van Gael
- 2.035k total downloads
- Latest version: 5.0.0
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .NET 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac. This package contains strong-named assemblies for legacy use cases (not recommended).