Top 20 NuGet automatic Packages

Automated registration and configuration of classes for dependency injection, CQRS. Core abstractions. Contains `IProcessable`. Use it to create your own attributes and extensions. It's usually necessary.
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...
Wiring attributes used by CH.IoC.Infrastrcuture for marking up infrastructure components of a program.
Unify is an automatic configurator IoC container via annotations. It is based on the principle of separation of layers and can detect injections forbidden dependencies.
Convert a project into a NuGet package. Install Fosol.NuGetWrapper and compile your project. MSBuild will automatically create a 'Package' folder within your build target folder which will contain your NuGet package.
Provide easy access to automatic generated git version string during compile time. Please make sure to keep the following things in mind: - On installation your PreBuildEvent is replaced by a "git describe" command that writes it's output to a file. - Your project must be inside a git repo during t...
QueryFilter provides way of providing complex filtering on IQueryable<> with dynamic expression trees. With one property, you can do multiple filters, ands, ors, contains, less than, not equals, etc for anything that implements IQueryable. This also applies to Entity Framework. You also get the abil...
Helps to generate all combinations of letters from given alphabet with different conditions and then pick over this dictionary in asynchronous way. It looks like pick over all values in n-ary number system. It can be very useful for test covering with all possible values.
Automatic injection of dependencies for tests
Automatic injection of dependencies for tests
Automatic injection of dependencies for tests
IoC system that supports creating bootstrap.cs files for Release mode builds.
This library consists of IKoshelev.Mapper.ExpressionMappingComponents type, which is used to define expressions mapping type A to type B, and IKoshelev.Roslyn.Mapper analyzer, which at design-time checks that no field or propperty of types A or B is missing from the mapping definition.
.NET Standard 2.0 Implementation of random asset name generation similar to the way Docker works.
DBUpdater for Entity Framework Core. Use this updater to update your database at once.
Automated registration and configuration of classes for dependency injection, CQRS. Libraries for other packages.