FastEndpoints.Core by: FastEndpoints
  • 1 total downloads
  • Latest version: 7.3.0-beta.12
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.Messaging.Core by: FastEndpoints
  • 2 total downloads
  • Latest version: 8.0.1
Core messaging interfaces used by FastEndpoints.
FluentAssertions by: Dennis Doomen
  • 2 total downloads
  • Latest version: 5.4.2
  • MSTest MSTest2 xUnit xUnit2 NUnit MSpec NSpec Gallio MbUnit TDD BDD Fluent netcore netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.5 and 4.7, as well as .NET Core 2.0, .NET Standard 1.3, 1.6 and 2.0. Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBUnit, MSpec, and NSpec.
FluentMigrator.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
  • 1 total downloads
  • Latest version: 3.2.10
  • fluent migrator fluentmigrator migration database
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
  • 2 total downloads
  • Latest version: 11.11.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
GeoAPI.CoordinateSystems by: NetTopologySuite Team
  • 1 total downloads
  • Latest version: 1.7.5-pre019
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
gherkin by: aslakhellesoy
  • 1 total downloads
  • Latest version: 2.11.5
  • gherkin cucumber specflow bdd lexer parser
A fast lexer and parser for the Gherkin language based on Ragel
Grpc by: Google Inc.
  • 1 total downloads
  • Latest version: 1.7.0
  • gRPC RPC Protocol HTTP/2
C# implementation of gRPC - an RPC library and framework. See project site for more info.
Grpc.AspNetCore.Server by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.53.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.27.0
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library.
Grpc.Core.Api by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.58.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.34.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.26.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Reflection by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.24.0-pre1
  • gRPC reflection
gRPC C# Server Reflection (for Grpc.Core)
HarfBuzzSharp by: Microsoft
  • 3 total downloads
  • Latest version: 2.6.1.7
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS by: Microsoft
  • 2 total downloads
  • Latest version: 8.3.0.1
  • graphics text cross-platform harfbuzzsharp harfbuzz ios android linux windows tvos macos tizen
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Win32 by: Microsoft
  • 1 total downloads
  • Latest version: 2.8.2.1-preview.1
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 3 total downloads
  • Latest version: 1.11.49
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).