Com.Ctrip.Framework.Apollo.Configuration
by: Com.Ctrip.Framework.Apollo.Configuration
- 344 total downloads
- Latest version: 2.11.0
携程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
- 144 total downloads
- Latest version: 2.1.0-M1
Common.Logging library bindings for NLog 1.0 logging framework.
Collections.Pooled
by: Joel Mueller
- 1.039k total downloads
- Latest version: 2.0.0-preview.27
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
- 567 total downloads
- Latest version: 1.2.15
Style your C# console output!
CommonServiceLocator
by: .NET Foundation and Contributors
- 395 total downloads
- Latest version: 2.0.7
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
- 360 total downloads
- Latest version: 2.11.0
携程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
CommonServiceLocator.NetCore
by: Mohammad Chavoshi
- 85 total downloads
- Latest version: 1.3.1
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
- 295 total downloads
- Latest version: 3.4.0
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
- 308 total downloads
- Latest version: 3.4.0-RC1
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)
- 30 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
- 15.014k total downloads
- Latest version: 2.0.4
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
ClosedXML.Parser
by: Jan Havlíček
- 185 total downloads
- Latest version: 2.0.0
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.
CommunityToolkit.Aspire.Hosting.Dapr
by: Microsoft.Toolkit dotnetfoundation Community Toolkit
- 2.321k total downloads
- Latest version: 13.0.0
Dapr support for .NET Aspire.
Clawfoot.Extensions
by: Douglas Gaskell
- 129 total downloads
- Latest version: 0.7.4
A collection of extensions to make life easier
CommandLineParser
by: gsscoder nemec ericnewton76 moh-hassan
- 1.201k total downloads
- Latest version: 2.9.1
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.
ChatGPT.Net
by: PawanOsman
- 324 total downloads
- Latest version: 2.0.0
ChatGPT.Net is a C# library that allows developers to access ChatGPT using official OpenAI API, a chat-based large language model, With this API, developers can send queries to ChatGPT and receive responses in real-time, making it easy to integrate ChatGPT into their own applications.
ClosedXML
by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
- 2.103k total downloads
- Latest version: 0.105.0
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.0 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.