CoreCompat.System.Drawing by: CoreCompat.System.Drawing
  • 159 total downloads
  • Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
Confluent.SchemaRegistry by: Confluent Inc.
  • 5.341k total downloads
  • Latest version: 2.15.1
  • Kafka Confluent Schema Registry
A .NET Client for Confluent Schema Registry
Confluent.SchemaRegistry.Serdes.Avro by: Confluent Inc.
  • 3.088k total downloads
  • Latest version: 2.15.1
  • Kafka Confluent Schema Registry Avro
Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
ClosedXML by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 11.418k total downloads
  • Latest version: 0.105.1
  • Excel OpenXml xlsx
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.1 ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
BouncyCastle.NetCore by: BouncyCastle
  • 226 total downloads
  • Latest version: 2.2.1
  • .net framework core standard
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 13.646k total downloads
  • Latest version: 2.15.1
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Corsinvest.ProxmoxVE.Api by: Corsinvest Srl
  • 1.58k total downloads
  • Latest version: 9.2.1
  • ProxmoxVE Api Client Rest Corsinvest
Corsinvest for Proxmox VE Api Client
Confluent.SchemaRegistry.Serdes.Json by: Confluent Inc.
  • 2.676k total downloads
  • Latest version: 2.15.1
  • Kafka Confluent Schema Registry JSON
Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
Colorful.Console by: Tom Akita Muhammad Rehan Saeed Matt Furden Drew Noakes Jamie Gould Marcos Vinicius Maia Sergey Korshunov Adam Schiavone IGusev Shreyas Jejurkar
  • 2.302k total downloads
  • Latest version: 1.2.15
  • Style Styled Output Colourful Colorful Console Command Line ASCII Art FIGlet
Style your C# console output!
Castle.Core by: Castle Project Contributors
  • 4.9k total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Confluent.SchemaRegistry.Serdes.Protobuf by: Confluent Inc.
  • 2.996k total downloads
  • Latest version: 2.15.1
  • Kafka Confluent Schema Registry Protobuf
Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration
CommunityToolkit.HighPerformance by: Microsoft
  • 653 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
Configuration by: Cameron Fletcher Configuration contributors
  • 1.13k total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
CommonServiceLocator by: .NET Foundation and Contributors
  • 1.643k total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
Corsinvest.ProxmoxVE.Api.Metadata by: Corsinvest Srl
  • 1.105k total downloads
  • Latest version: 9.2.1
  • ProxmoxVE Api Client Rest Corsinvest
Corsinvest for Proxmox VE Metadati Api
CommunityToolkit.Aspire.Hosting.MailPit by: Microsoft.Toolkit dotnetfoundation Community Toolkit
  • 5.002k total downloads
  • Latest version: 13.5.1-beta.757
  • aspire integration communitytoolkit dotnetcommunitytoolkit mailpit smtp hosting polyglot
An Aspire component leveraging the MailPit container.
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 2.515k total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 3.374k total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CommunityToolkit.Mvvm by: Microsoft
  • 64 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
ClosedXML.Parser by: Jan Havlíček
  • 1.693k total downloads
  • Latest version: 2.0.0
  • ClosedXML parser formula xlsx
A lexer and parser of Excel formulas with focus on performance. Its goal is to create an abstract syntax tree from a formula text to enable formula evaluation.