Bogus
by: Brian Chavez
- 1 total downloads
- Latest version: 22.0.1
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use it to create and load databases and UIs with mock up data. Get started by using Faker class or a DataSet directly.
CommunityToolkit.HighPerformance
by: Microsoft
- 2 total downloads
- Latest version: 8.4.2
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.
CommunityToolkit.Maui.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Core library for community toolkits using .NET MAUI
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 3 total downloads
- Latest version: 1.9.2
Confluent's .NET Client for Apache Kafka
coverlet.collector
by: tonerdo
- 1 total downloads
- Latest version: 3.2.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper
by: Josh Close
- 2 total downloads
- Latest version: 31.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
- 1 total downloads
- Latest version: 29.0.0
JSON schema-based messages for Cucumber's inter-process communication
Dapper
by: Sam Saffron, Marc Gravell
- 1 total downloads
- Latest version: 1.22.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet.Enhanced
by: Docker.DotNet
- 0 total downloads
- Latest version: 4.1.0
A .NET client for the Docker Engine API with fully asynchronous, non-blocking, object-oriented APIs.
Docker.DotNet.Enhanced.X509
by: Docker.DotNet.X509
- 2 total downloads
- Latest version: 4.1.0
A Docker.DotNet extension that adds X.509 client certificate authentication for remote Docker Engine connections.
EntityFrameworkCore.Exceptions.Common
by: Giorgi Dalakishvili
- 14 total downloads
- Latest version: 10.0.0
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException, ReferenceConstraintException or DeadlockException instead of generic DbUpdateException
This is a base package for database specific packages. Install one of the specific packages instead of this
EPPlus
by: EPPlus Software AB
- 1 total downloads
- Latest version: 8.5.1
A spreadsheet library for .NET framework and .NET core
Fable
by: Alfonso García-Caro Núñez
- 1 total downloads
- Latest version: 3.7.0-beta-007
F# to JS compiler
FastEndpoints
by: FastEndpoints
- 3 total downloads
- Latest version: 5.8.1.1-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 2 total downloads
- Latest version: 8.1.0-beta.10
Attributes used by FastEndpoints.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 3 total downloads
- Latest version: 5.26.0.10-beta
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security
by: FastEndpoints
- 3 total downloads
- Latest version: 5.17.1.16-beta
Security library for FastEndpoints.
FluentAssertions
by: Dennis Doomen, Oren Novotny, Adam Voss
- 1 total downloads
- Latest version: 4.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 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 1 total downloads
- Latest version: 7.0.0
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentMigrator.Extensions.Postgres
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
- 1 total downloads
- Latest version: 5.1.0
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.