Top 20 NuGet Packages

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
A C# .NET (dotnet) GRPC client for etcd v3+. etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles leader elections during network partitions and will tolerate machine failure,...
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been cove...
DynamicPDF Core Suite brings tons of PDF creation and manipulation features into your Visual Studio application and includes full .NET Standard 2.0 support. Whether your need is to bring in an existing PDF document (for Form Filling, Form Flattening, Merging, Splitting, Adding New Pages, Stamping o...
Contains a set of interfaces to be implemented by any logger.
A nice .NET API for RabbitMQ
An adaptor to allow EasyNetQ to use Autofac as its internal IoC container
An adaptor to allow EasyNetQ to use Ninject as its internal IoC container
An adaptor to allow EasyNetQ to use StructureMap as its internal IoC container
Elastic APM .NET Agent base package. This package provides core functionality for transmitting of all Elastic APM types and is a dependent package for all other Elastic APM package. Additionally this package contains the public Agent API that allows you to manually capture transactions and spans. Pl...
EO.WebBrowser is a .NET browser engine based on Google's Chrome project. It packs a full featured browser engine inside .NET DLLs that have zero external dependency. It also offers many advanced features such extensive customization options, ability to call JavaScript code from .NET code and ability...
Extensions for System.Threading.Tasks Includes extension methods to safely fire-and-forget a Task and/or a ValueTask Includes WeakEventManger which avoids memory leaks when events are not unsubscribed
Applitools Eyes adds automated visual validation to your automated tests. With Applitools Eyes, you can automatically validate the correctness of your application's UI layout, content and appearance. To learn more, visit https://applitools.com/ .
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
ASP.NET Core support for Finbuckle.MultiTenant.
Entity Framework Core support for Finbuckle.MultiTenant.
Receive and handle firebase push notifications across Xamarin.iOS and Xamarin.Android
Complex C# library for Firebase Realtime Database built on top of Firebase REST API. Among others it supports following: * Offline storage * Querying using available filters * Passing in authentication token * Streaming online changes * Directly Posting / Putting / Pat...
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, yo...
Dependency injection extensions for FluentValidation