Castle.LoggingFacility.MsLogging by: Castle.LoggingFacility.MsLogging
  • 24 total downloads
  • Latest version: 3.1.0
  • Castle Logging Extensions
Package Description
Castle.Windsor by: Castle Project Contributors
  • 62 total downloads
  • Latest version: 6.0.0
  • castle windsor inversionOfControl DependencyInjection
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
Castle.Windsor.MsDependencyInjection by: Castle.Windsor.MsDependencyInjection
  • 28 total downloads
  • Latest version: 3.4.0
  • Windsor Castle AspNetCore DI IoC DNX DependencyInjection Extensions
Package Description
Collections.Pooled by: Joel Mueller
  • 1 total downloads
  • Latest version: 1.0.2
  • List ArrayPool Span Dictionary
Includes PooledList and PooledDictionary, based on List and Dictionary, respectively, but using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 1 total downloads
  • Latest version: 3.4.0-Alpha1
  • logging log Common.Logging
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
  • 1 total downloads
  • Latest version: 3.4.1-RC1
  • 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.
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 1 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
CoreCompat.System.ComponentModel.Attributes by: Mono
  • 2 total downloads
  • Latest version: 4.2.3-rf
Provides an implementation of commonly used attributes in System.ComponentModel, based on Mono, for .NET Core
coverlet.collector by: tonerdo
  • 30 total downloads
  • Latest version: 6.0.1
  • 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.
CronExpressionDescriptor by: Brady Holt
  • 3 total downloads
  • Latest version: 2.4.2
  • cron schedule quartz quartz.net cron expression
A library that converts cron expressions into human readable descriptions. Supports 16 languages: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Polish, Romanian Italian, Swedish, and Danish.
Cronos by: Andrey Dorokhov Sergey Odinokov
  • 8 total downloads
  • Latest version: 0.11.1
  • Cronos Cron Recurring
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.
CryptoHelper by: Henk Mollema
  • 4 total downloads
  • Latest version: 3.0.2
  • hashing crypto core PBKDF2 Rfc2898DeriveBytes
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 116 total downloads
  • Latest version: 2.1.66
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Dapper.Contrib by: Sam Saffron Johan Danforth
  • 21 total downloads
  • Latest version: 2.0.78
  • orm sql micro-orm dapper
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.
DapperExtensions by: Thad Smith Page Brooks Valfrid Couto
  • 13 total downloads
  • Latest version: 1.7.0
  • orm sql micro-orm Data Dapper
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
DapperExtensions.DotnetCore by: DapperExtensions.DotnetCore
  • 20 total downloads
  • Latest version: 1.0.1
Dapper Extentsions for dotnet core
DiffEngine by: https://github.com/VerifyTests/DiffEngine/graphs/contributors
  • 259 total downloads
  • Latest version: 19.1.2
  • Testing Snapshot Diff Compare
Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.
DistributedLock.Core by: Michael Adelson
  • 29 total downloads
  • Latest version: 1.0.9
  • distributed lock async mutex reader writer semaphore
Core interfaces and utilities that support the DistributedLock.* family of packages
DistributedLock.FileSystem by: Michael Adelson
  • 2 total downloads
  • Latest version: 1.0.3
  • distributed file lock
Provides a distributed lock implementation based on file locks
DistributedLock.Redis by: Michael Adelson
  • 11 total downloads
  • Latest version: 1.1.0
  • distributed redis lock redlock
Provides distributed locking primitives based on Redis