CommandLineParser
by: gsscoder nemec ericnewton76 moh-hassan
- 166 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.
ClosedXML
by: Jan Havlíček Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
- 149 total downloads
- Latest version: 0.104.1
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.104.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.
Castle.LoggingFacility
by: Castle Project Contributors
- 66 total downloads
- Latest version: 6.0.0
Castle Windsor logging facility lets you easily inject loggers into your components. It offers integration with most popular 3rd party logging frameworks like log4net, NLog and Serilog (see Castle Core docs).
Castle.Windsor
by: Castle Project Contributors
- 84 total downloads
- Latest version: 6.0.0
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
Com.Ctrip.Framework.Apollo.Configuration
by: Com.Ctrip.Framework.Apollo.Configuration
- 19 total downloads
- Latest version: 2.10.1
携程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
Castle.DynamicProxy
by: Castle Project Contributors
- 22 total downloads
- Latest version: 2.2.0
Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.
Collections.Pooled
by: Joel Mueller
- 4 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
- 65 total downloads
- Latest version: 1.2.15
Style your C# console output!
Castle.Core
by: Castle Project Contributors
- 574 total downloads
- Latest version: 5.1.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Caching.CSRedis
by: Caching.CSRedis
- 74 total downloads
- Latest version: 3.8.800
分布式缓存 CSRedisCore 实现 Microsoft.Extensions.Caching
Castle.Windsor.MsDependencyInjection
by: Castle.Windsor.MsDependencyInjection
- 10 total downloads
- Latest version: 3.3.1
Package Description
Com.Ctrip.Framework.Apollo
by: Com.Ctrip.Framework.Apollo
- 11 total downloads
- Latest version: 1.5.3
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的服务发现
CacheManager.Microsoft.Extensions.Logging
by: MichaConrad
- 51 total downloads
- Latest version: 2.0.0-beta-1629
CacheManager extension package to work with Microsoft.Extensions.Logging as logging provider. CacheManager is an open source caching abstraction layer for .NET written in C#. The ASP.NET Core logging provides a bridge to the Microsoft.Extensions.Logging framework.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 20 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.
Castle.Core.AsyncInterceptor
by: James Skimming
- 81 total downloads
- Latest version: 2.1.0
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 17 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.
CloneExtensions
by: Marcin Juraszek
- 41 total downloads
- Latest version: 1.4.2
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
ClosedXML.Parser
by: Jan Havlíček
- 35 total downloads
- Latest version: 1.2.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.
CacheManager.Microsoft.Extensions.Configuration
by: MichaConrad
- 65 total downloads
- Latest version: 2.0.0-beta-1629
CacheManager extension package to use Microsoft.Extensions.Configuration to configure the CacheManager instance. CacheManager is an open source caching abstraction layer for .NET written in C#. This is the ASP.NET Core configuration integration package.