Grpc.Reflection by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.63.0
  • gRPC reflection
gRPC C# Server Reflection
Grpc.Tools by: The gRPC Authors
  • 12 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
Hangfire.AspNetCore by: Sergey Odinokov
  • 1 total downloads
  • Latest version: 1.8.22
  • hangfire aspnetcore
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
Hangfire.Core by: Sergey Odinokov
  • 2 total downloads
  • Latest version: 1.8.22
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
Hangfire.MemoryStorage by: PERRICHOT Florian
  • 1 total downloads
  • Latest version: 1.8.1
  • Hangfire Storage
A memory storage for Hangfire
Hangfire.NetCore by: Sergey Odinokov
  • 1 total downloads
  • Latest version: 1.8.22
  • hangfire netcore
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
IronCompress by: Ivan Gavryliuk
  • 1 total downloads
  • Latest version: 1.7.0
  • snappy zstd gzip brotli lzo lz4
Buffer compresison library supporting all the major compression algorithms (gzip, brotli, snappy, zstd etc.)
JsonPatch.Net by: Greg Dennis
  • 1 total downloads
  • Latest version: 3.3.0
  • json-patch jsonpatch json
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net by: Greg Dennis
  • 2 total downloads
  • Latest version: 5.2.0
  • json-pointer json pointer
JSON Pointer built on the System.Text.Json namespace
K4os.Compression.LZ4 by: Milosz Krajewski
  • 3 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
KubernetesClient by: The Kubernetes Project Authors
  • 9 total downloads
  • Latest version: 19.0.2
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
libsodium by: Frank Denis
  • 1 total downloads
  • Latest version: 1.0.20.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
MagicOnion.Abstractions by: Cysharp
  • 9 total downloads
  • Latest version: 7.10.0
  • magiconion grpc http2
MagicOnion interfaces and abstractions for server and client. Commonly used types: MagicOnion.IService<TSelf> MagicOnion.IStreamingHub<TSelf, TReceiver> MagicOnion.UnaryResult<TResult> MagicOnion.IgnoreAttribute
MagicOnion.Client by: Cysharp
  • 4 total downloads
  • Latest version: 7.10.0
  • magiconion grpc http2
MagicOnion client-side runtime library. Unified Realtime/API framework for .NET platform and Unity.
MagicOnion.Serialization.MessagePack by: Cysharp
  • 6 total downloads
  • Latest version: 7.0.6
  • magiconion grpc http2
MagicOnion extension package for serialization using MessagePack.
MagicOnion.Shared by: Cysharp
  • 8 total downloads
  • Latest version: 7.10.0
  • magiconion grpc http2
Provides shared classes and interfaces used by MagicOnion server and client. Unified Realtime/API framework for .NET platform and Unity.
MailKit by: Jeffrey Stedfast
  • 2 total downloads
  • Latest version: 4.15.1
  • smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef
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.
MessagePack by: neuecc, aarnott
  • 10 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations by: neuecc, aarnott
  • 5 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer by: neuecc, aarnott
  • 3 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.