Chinese by: zmjack
  • 139 total downloads
  • Latest version: 0.5.0
  • Chinese Pinyin Number
中文解析通用工具。包括拼音,简繁转换,数字读法,货币读法。
CommandLineParser by: Giacomo Stelluti Scala
  • 193 total downloads
  • Latest version: 1.9.71
  • command line argument option parser parsing library syntax shell
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
ClosedXML by: Amir Ghezelbash Francois Botha Manuel De Leon
  • 49 total downloads
  • Latest version: 0.87.1
ClosedXML makes it easier for developers to create Excel 2007+ (.xlsx, .xlsm, etc) files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and Visual Basic (VB).
coverlet.msbuild by: tonerdo
  • 222 total downloads
  • Latest version: 6.0.4
  • 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.
Castle.Windsor by: Castle Project Contributors
  • 245 total downloads
  • Latest version: 3.4.0
  • castle windsor inversionOfControl DependencyInjection
Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.
Cquential.Microsoft.Practices.Unity by: Kevin Wilson
  • 14 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.
Common.Logging.NLog by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 89 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
  • 64 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
  • 36 total downloads
  • Latest version: 1.1.2
  • Style Styled Output Colourful Colorful Console Command Line ASCII Art FIGlet
Style your C# console output!
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 205 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
  • 144 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
CommonServiceLocator by: Microsoft
  • 26 total downloads
  • Latest version: 1.0.0
The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. 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. The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation.
Crc32.NET by: force
  • 11.843k total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
ConsoleTableExt by: Hung Vo
  • 191 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
  • 96 total downloads
  • Latest version: 3.4.0-Alpha1
  • 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
  • 191 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)
  • 19 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.
CommunityToolkit.Mvvm by: Microsoft
  • 57 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
  • 205 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
  • 24 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.