Top 20 NuGet generic Packages

Lightweight implementation of generic EventArgs
.NET Standard 2.0 compatible library to dynamically load external .NET libraries into the runtime
Get the biggest value of generic collection
Instead of an onerous writining all the Include(x => x.PropName) methods when eager loading an entity in EF Core, this package allows user to mark entity's properties with the [Include] attribute and then include all those properties by using DbSet's IncludeMarkedProperties() method.
Sorting algorithm
Repositorio genérico com suporte a paginação de dados no banco via linq
Simple generic disconnected Entity Framework Core repository that resolves the entity graphs when adding or updating entities along with all its relations in a disconnected scenario.
Generic processing domain module
Fork of TreeViewAdv for yats
Predicate Helper is a C# utility that will take different lambda expressions and combine them. It can be used with an ORM (like Entity Framework) and it will allow you to create dynamic queries.
SGRHelperConsumoRest
A simple and lightweight tool for persisting data in dotnet (core) apps.
This library implements performant ReadProcessMemory and WriteProcessMemory with generic type parameters using InlineIL and also offers methods required to open processes and create remote threads.
Extends NUnit to allow the passing of generic parameters to test methods via TestFixtureSource.
Provides a set of features making it possible to emulate C++ Variants for dotnet.
Extensions on generic IHost to structure console hosted applications
A generic repository wrapper library for entity framework core
RulesX is a simple rule evaluation C# library built using reflection, expressions and some linq. It evaluates the rule by comparing a given value with the matching property name in the type. It supports evaluation of rules on a single object, collection of objects and also on complex objects