CloneExtensions
by: Marcin Juraszek
- 3 total downloads
- Latest version: 1.4.0
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
ClosedXML
by: Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
- 14 total downloads
- Latest version: 0.96.0
Package Description
CommandLineParser
by: gsscoder nemec ericnewton76 moh-hassan
- 63 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.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 41 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 29 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommonMark.NET
by: Kārlis Gaņģis
- 115 total downloads
- Latest version: 0.15.1
.NET library for converting Markdown documents to HTML according to the CommonMark specification. Optimized for maximum performance and targets every .NET version since 2.0, including PCL, Mono and .NET Core.
CommonServiceLocator
by: .NET Foundation and Contributors
- 17 total downloads
- Latest version: 2.0.6
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.
CommunityToolkit.Mvvm
by: Microsoft
- 17 total downloads
- Latest version: 8.4.0
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.
Configuration
by: Cameron Fletcher Configuration contributors
- 9 total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
ConfigureAwaitChecker.Analyzer
by: Jiří Činčura
- 15 total downloads
- Latest version: 5.0.0.1
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
coverlet.msbuild
by: tonerdo
- 21 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32C.NET
by: Robert Važan
- 2 total downloads
- Latest version: 1.0.5
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.
CronExpressionDescriptor
by: Brady Holt Renato Lima Ivan Santos Siarhei Khalipski Mustafa SADEDİL Star Peng TotalMace LbISS Arnaud TAMAILLON Michael Schuler Taras(tbudurovych) rinaldihno
- 10 total downloads
- Latest version: 1.13.0
A library that converts cron expressions into human readable strings. Supports 12 languages: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian and Italian.
Cronos
by: Andrey Dorokhov Sergey Odinokov
- 1 total downloads
- Latest version: 0.9.0
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
CryptoExchange.Net.Analyzers
by: JKorf
- 4 total downloads
- Latest version: 0.0.2
Analyzers for CryptoExchange.Net implementations
CSharpFunctionalExtensions
by: Vladimir Khorikov
- 89 total downloads
- Latest version: 2.42.5
CSharpFunctionalExtensions - functional extensions for C#
CSRedisCore
by: CSRedisCore
- 73 total downloads
- Latest version: 3.8.807
CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。
CsvHelper
by: Josh Close
- 79 total downloads
- Latest version: 3.0.0-beta7
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 86 total downloads
- Latest version: 1.50.2
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.Contrib
by: Sam Saffron Johan Danforth
- 1 total downloads
- Latest version: 1.50.0-rc3
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.