AdamE.Firebase.iOS.DynamicLinks by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs Dynamic Links iOS Library
AdamE.Firebase.iOS.Installations by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 10.20.0
C# bindings for Firebase APIs Installations iOS Library
AngleSharp by: AngleSharp
  • 3 total downloads
  • Latest version: 1.0.0-alpha-7
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AutoMapper by: Jimmy Bogard
  • 1 total downloads
  • Latest version: 16.1.1
A convention-based object-object mapper.
AWSSDK.Core by: Amazon Web Services
  • 9 total downloads
  • Latest version: 3.7.400.26
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
Azure.Identity by: Microsoft
  • 2 total downloads
  • Latest version: 1.19.0
  • Microsoft Azure Identity windowsazureofficial azureofficial
Provides APIs for authenticating to Microsoft Entra ID
bootstrap by: The Bootstrap Authors
  • 0 total downloads
  • Latest version: 5.3.6
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
ConsoleAppFramework by: Cysharp
  • 0 total downloads
  • Latest version: 4.2.1
  • batch,console,cli,consoleappframework
Micro-framework for console applications.
Dapper by: Sam Saffron, Marc Gravell
  • 2 total downloads
  • Latest version: 1.41.0-alpha
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.SqlBuilder by: Sam Saffron, Johan Danforth
  • 1 total downloads
  • Latest version: 1.50.4-alpha1-00070
  • orm sql micro-orm query sql-builder
The Dapper SqlBuilder component, for building SQL queries dynamically.
dotnet-ef by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.25
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
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.6.0-beta.2226
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
FastEndpoints by: FastEndpoints
  • 4 total downloads
  • Latest version: 5.34.0.12-beta
  • http, rest, rest-api, web-api, webapi, aspnet, aspnetcore, dotnet6, minimal-api, vertical-slice-architecture, repr-pattern
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes by: FastEndpoints
  • 1 total downloads
  • Latest version: 5.17.1.10-beta
Attributes used by FastEndpoints.
FastEndpoints.Core by: FastEndpoints
  • 1 total downloads
  • Latest version: 8.1.0-beta.12
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.JobQueues by: FastEndpoints
  • 1 total downloads
  • Latest version: 8.1.0-beta.14
Command based background job queueing with scheduling and tracking for any .NET application
FastEndpoints.Messaging.Core by: FastEndpoints
  • 1 total downloads
  • Latest version: 5.21.2.1-beta
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security by: FastEndpoints
  • 3 total downloads
  • Latest version: 8.1.0-beta.19
Security library for FastEndpoints.
FluentAssertions by: Dennis Doomen, Jonas Nyrup
  • 4 total downloads
  • Latest version: 5.8.0
  • 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 Core 3.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.Extensions.Postgres by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 6.0.0
  • 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.