CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 1 total downloads
- Latest version: 8.0.0-preview1
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.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 1 total downloads
- Latest version: 2.6.0
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.DependencyInjection
by: Kyle McClellan
- 1 total downloads
- Latest version: 2.0.0
An extension of Confluent.Kafka for use with Microsoft.Extensions.DependencyInjection.
ConsoleAppFramework
by: Cysharp
- 1 total downloads
- Latest version: 5.7.3
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
coverlet.msbuild
by: tonerdo
- 1 total downloads
- Latest version: 8.0.1
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper
by: Josh Close
- 21 total downloads
- Latest version: 29.0.0
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 0 total downloads
- Latest version: 28.1.0
JSON schema-based messages for Cucumber's inter-process communication
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 4 total downloads
- Latest version: 1.50.0-rc3
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet.Enhanced
by: Docker.DotNet
- 1 total downloads
- Latest version: 4.0.2
A .NET client for the Docker Engine API with fully asynchronous, non-blocking, object-oriented APIs.
Docker.DotNet.Enhanced.X509
by: Docker.DotNet.X509
- 0 total downloads
- Latest version: 3.128.5
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
dotnet-ef
by: Microsoft
- 2 total downloads
- Latest version: 3.1.4
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 1.4.0-beta.20200704.3
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus
by: EPPlus Software AB
- 11 total downloads
- Latest version: 8.2.0
A spreadsheet library for .NET framework and .NET core
FastEndpoints.Attributes
by: FastEndpoints
- 8 total downloads
- Latest version: 8.2.0-beta.1
Attributes used by FastEndpoints.
FastEndpoints.Core
by: FastEndpoints
- 3 total downloads
- Latest version: 8.2.0-beta.1
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 12 total downloads
- Latest version: 8.2.0-beta.1
Core messaging interfaces used by FastEndpoints.
FastExpressionCompiler.src
by: Maksim Volkau
- 0 total downloads
- Latest version: 5.1.1
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FluentAssertions
by: Dennis Doomen, Martin Opdam
- 1 total downloads
- Latest version: 2.1.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit test. Runs on .NET 3.5, 4.0 and 4.5 (Desktop and Windows Store), Silverlight 4 and 5 and Windows Phone 7.5 and 8. Supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio and MSpec.
FluentValidation
by: Jeremy Skinner
- 1 total downloads
- Latest version: 10.1.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.