CommandLineParser by: gsscoder nemec ericnewton76 moh-hassan
  • 274 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
ClosedXML by: Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 191 total downloads
  • Latest version: 0.96.0
  • Excel OpenXml xlsx
Package Description
coverlet.msbuild by: tonerdo
  • 94 total downloads
  • Latest version: 6.0.2
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Cquential.Microsoft.Practices.Unity by: Kevin Wilson
  • 8 total downloads
  • Latest version: 2.0.414
  • Microsoft Practices Unity
This package contains version 2.0.414.0 of the Microsoft.Practices.Unity runtime DLL.
ControlzEx by: Jan Karger Bastian Schmidt James Willock
  • 29 total downloads
  • Latest version: 3.0.2.4
  • WPF XAML Controls WinRT UI UX Windows WindowChrome
ControlzEx
Common.Logging.NLog by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 40 total downloads
  • Latest version: 2.1.0-M1
Common.Logging library bindings for NLog 1.0 logging framework.
Contrib.Grpc.Core.M1 by: The gRPC Authors einari
  • 23 total downloads
  • Latest version: 2.46.7
  • gRPC RPC HTTP/2
Packaged ARM64 -  M1 version of native library (.dylib).
Colorful.Console by: Tom Akita Muhammad Rehan Saeed Matt Furden Drew Noakes Jamie Gould Marcos Vinicius Maia Sergey Korshunov Adam Schiavone IGusev Shreyas Jejurkar
  • 157 total downloads
  • Latest version: 1.2.15
  • Style Styled Output Colourful Colorful Console Command Line ASCII Art FIGlet
Style your C# console output!
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 105 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
Configuration by: Cameron Fletcher Configuration contributors
  • 47 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
CommonServiceLocator by: .NET Foundation and Contributors
  • 89 total downloads
  • Latest version: 2.0.6
  • 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.
Com.Ctrip.Framework.Apollo by: Com.Ctrip.Framework.Apollo
  • 42 total downloads
  • Latest version: 2.10.0
  • apollo configcenter configuration ctrip
携程Apollo客户端   与Microsoft.Extensions.Configuration集成请使用Com.Ctrip.Framework.Apollo.Configuration包   与System.Configuration.ConfigurationManager集成(.net 4.7.1及以后版本)请使用Com.Ctrip.Framework.Apollo.ConfigurationManager包   直接使用ApolloConfigurationManager请使用Com.Ctrip.Framework.Apollo.Configuration或者Com.Ctrip.Framework.Apollo.ConfigurationManager 发布日志请点击打开 https://github.com/apolloconfig/apollo.net/releases
ConsoleTableExt by: Hung Vo
  • 96 total downloads
  • Latest version: 3.3.0
  • console text-table fluent console-table6
A fluent library to print out a nicely formatted table in a console application C#
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 86 total downloads
  • Latest version: 3.4.0
  • 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
  • 106 total downloads
  • Latest version: 3.4.0-RC1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CodeContracts.Unofficial by: Nathan Totten (Unofficial Microsoft Package)
  • 14 total downloads
  • Latest version: 1.0.0
Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of pre-conditions, post-conditions, and object invariants.
CloneExtensions by: Marcin Juraszek
  • 25 total downloads
  • Latest version: 1.4.0
  • Clone Extensions Expression Trees
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
CommunityToolkit.Mvvm by: Microsoft
  • 20 total downloads
  • Latest version: 8.4.0
  • 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.
ConfigureAwaitChecker.Analyzer by: Jiří Činčura
  • 106 total downloads
  • Latest version: 5.0.0.1
  • ConfigureAwaitChecker analyzers async await configureawait
Checks for `ConfigureAwait(false)` usage. More info: * https://www.tabsoverspaces.com/id/233852 * https://www.tabsoverspaces.com/id/233732 * https://www.tabsoverspaces.com/id/233523 * https://www.tabsoverspaces.com/id/233476
Crc32C.NET by: Robert Važan
  • 8 total downloads
  • Latest version: 1.0.5
  • crc crc32 crc-32 crc32c crc-32c castagnoli managed
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.