Docker.DotNet.Enhanced.Handler.Abstractions
by: Docker.DotNet.Handler.Abstractions
- 1 total downloads
- Latest version: 4.3.3
An abstraction layer for Docker.DotNet that defines the classes and interfaces for implementing Docker Engine handlers.
Docker.DotNet.Enhanced.LegacyHttp
by: Docker.DotNet.LegacyHttp
- 1 total downloads
- Latest version: 4.2.0
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
dotnet-ef
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview4.19216.3
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
- 2 total downloads
- Latest version: 1.6.0-beta.2121
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus
by: EPPlus Software AB
- 13 total downloads
- Latest version: 8.0.3
A spreadsheet library for .NET framework and .NET core
FastEndpoints
by: Đĵ ΝιΓΞΗΛψΚ
- 2 total downloads
- Latest version: 2.20.0
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 42 total downloads
- Latest version: 8.3.0-beta.18
Attributes used by FastEndpoints.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 2 total downloads
- Latest version: 5.22.0.2-beta
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security
by: FastEndpoints
- 5 total downloads
- Latest version: 5.9.0.3-beta
Security library for FastEndpoints.
FastExpressionCompiler.src
by: Maksim Volkau
- 0 total downloads
- Latest version: 5.3.2
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 38 total downloads
- Latest version: 8.0.1
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.
FluentValidation
by: Jeremy Skinner
- 1 total downloads
- Latest version: 11.9.1
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 6 total downloads
- Latest version: 2.1.0
Capstone.NET is a .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
Geralt
by: Samuel Lucas
- 2 total downloads
- Latest version: 2.0.0
A modern cryptographic library for .NET based on libsodium.
Gherkin
by: Cucumber Ltd, Gaspar Nagy
- 0 total downloads
- Latest version: 37.0.1
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Grpc
by: Google Inc.
- 1 total downloads
- Latest version: 1.16.0-pre1
C# implementation of gRPC - an RPC library and framework. See project site for more info.
Grpc.AspNetCore
by: The gRPC Authors
- 14 total downloads
- Latest version: 2.67.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.67.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.38.0
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Net.Client
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.83.0-pre1
.NET client for gRPC