CommunityToolkit.HighPerformance by: Microsoft
  • 346 total downloads
  • Latest version: 8.4.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.
DesktopBridge.Helpers by: Matteo Pagani
  • 58 total downloads
  • Latest version: 1.2.2
  • msix, appx, windows, .net
A simple library that can be used in a Win32 app to detect if it's running as native or inside a AppX / MSIX container.
dbup by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 113 total downloads
  • Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!
CommonServiceLocator by: .NET Foundation and Contributors
  • 153 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.
Dapper.AOT by: Marc Gravell
  • 14 total downloads
  • Latest version: 1.0.52
Build time (AOT) tools for Dapper
DartSassBuilder by: Johan van Rensburg, Dean Wiseman
  • 355 total downloads
  • Latest version: 1.1.0
  • Sass Build DartSass SassBuilder
Compile Sass files to css on project build.
Crc32.NET by: force
  • 47 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
deniszykov.WebSocketListener by: Valeriano Tortola, Denis Zykov
  • 14 total downloads
  • Latest version: 4.2.19
  • websockets HTML5 realtime streaming sockets server client async asynchronous
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono. https://github.com/deniszykov/WebSocketListener
Cucumber.Messages by: Cucumber Ltd, TechTalk
  • 872 total downloads
  • Latest version: 34.2.0
  • cucumber-messages cucumber reqnroll specflow gherkin
JSON schema-based messages for Cucumber's inter-process communication
Common.Logging.Core by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
  • 128 total downloads
  • Latest version: 3.4.1
  • 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.
dbup-core by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 232 total downloads
  • Latest version: 6.1.1
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
Cucumber.CucumberExpressions by: Cucumber Ltd, Gaspar Nagy
  • 159 total downloads
  • Latest version: 20.0.0
  • specflow cucumber
Cucumber Expressions implementation for .NET.
CSharpFunctionalExtensions by: Vladimir Khorikov
  • 1,454k total downloads
  • Latest version: 3.7.0
  • C# Functional Result Maybe ValueObject
CSharpFunctionalExtensions - functional extensions for C#
dbup-postgresql by: https://github.com/orgs/DbUp/people
  • 161 total downloads
  • Latest version: 7.0.1
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 691 total downloads
  • Latest version: 2.1.79
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
CronExpressionDescriptor by: Brady Holt
  • 826 total downloads
  • Latest version: 2.51.0
  • cron, schedule, quartz, quartz.net, cron expression
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh, Kyrgyz and Japanese.
coverlet.collector by: tonerdo
  • 379 total downloads
  • Latest version: 6.0.4
  • 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.
dbup-sqlserver by: https://github.com/orgs/DbUp/people
  • 183 total downloads
  • Latest version: 7.2.0
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 89 total downloads
  • Latest version: 2.15.0
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Dapper.StrongName by: Sam Saffron, Marc Gravell, Nick Craver
  • 151 total downloads
  • Latest version: 2.1.79
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.