Com.Ctrip.Framework.Apollo.Configuration by: Com.Ctrip.Framework.Apollo.Configuration
  • 14 total downloads
  • Latest version: 2.10.1
  • 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
Common.Logging.NLog by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 14 total downloads
  • Latest version: 2.1.0-M1
Common.Logging library bindings for NLog 1.0 logging framework.
Collections.Pooled by: Joel Mueller
  • 3 total downloads
  • Latest version: 2.0.0-preview.27
  • List ArrayPool Span Dictionary Stack Set HashSet ObservableCollection
Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
Colorful.Console by: Tom Akita Muhammad Rehan Saeed Matt Furden Drew Noakes Jamie Gould Marcos Vinicius Maia Sergey Korshunov Adam Schiavone IGusev Shreyas Jejurkar
  • 57 total downloads
  • Latest version: 1.2.15
  • Style Styled Output Colourful Colorful Console Command Line ASCII Art FIGlet
Style your C# console output!
CommunityToolkit.HighPerformance by: Microsoft
  • 307 total downloads
  • Latest version: 8.2.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
  • 17 total downloads
  • Latest version: 0.2.0-beta13
  • app.config config configuration
A simple configuration library for .NET
CommonServiceLocator by: .NET Foundation and Contributors
  • 43 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.
Castle.Windsor.MsDependencyInjection by: Castle.Windsor.MsDependencyInjection
  • 8 total downloads
  • Latest version: 3.3.1
  • Windsor Castle AspNetCore DI IoC DNX DependencyInjection Extensions
Package Description
Com.Ctrip.Framework.Apollo by: Com.Ctrip.Framework.Apollo
  • 9 total downloads
  • Latest version: 1.5.3
  • apollo configcenter ctrip
1.2.0: 重构日志功能,支持自定义日志输出 1.2.1: 修复HttpClient默认超时错误的问题 1.3.0: 优化初始化时不能连接上metaserver的等待时间 1.3.1: 修复QueryString连接错误 1.4.0: 修复issure #18、添加SourceLink、更新包 1.5.0: 使用.ConfigureAwait(false)替代AsyncHelper来解决同步调用异步方法出现的死锁问题 1.5.1: 添加MultiConfig,支持合并多个IConfig 1.5.2: Apollo内部HttpClient允许使用自定义HttpMessageHandler,比如配置代理 1.5.3: 支持配置ConfigServer来跳过meta service的服务发现
CommunityToolkit.Common by: Microsoft.Toolkit
  • 7 total downloads
  • Latest version: 7.1.2
  • Windows Community Toolkit WCT .NET Incremental Loading Collection IncrementalLoadingCollection String Array Extensions Helpers
This package includes .NET Standard code only helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working with string and arrays easier.
CommonServiceLocator.NetCore by: Mohammad Chavoshi
  • 4 total downloads
  • Latest version: 1.3.1
  • CommonServiceLocator ServiceLocation Microsoft.Practices.ServiceLocation NetCore NetStandard
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. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 29 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
  • 53 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)
  • 4 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
  • 14.584k total downloads
  • Latest version: 2.0.3
  • Clone Extensions Expression Trees
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
ClosedXML.Parser by: Jan Havlíček
  • 25 total downloads
  • Latest version: 1.2.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.
Chinese by: zmjack
  • 4 total downloads
  • Latest version: 0.2.5
  • Chinese Pinyin Number
中文解析通用工具。包括拼音,简繁转换,数字读法,货币读法。
CommandLineParser by: gsscoder nemec ericnewton76 moh-hassan
  • 180 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.
ConcurrentHashSet by: Bar Arnon
  • 39 total downloads
  • Latest version: 1.1.0
  • concurrency
A thread-safe hash-based set
ClosedXML by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 86 total downloads
  • Latest version: 0.104.0-preview2
  • Excel OpenXml xlsx
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.104.0-preview2 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.