The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library...
More information
Extends DbUp to provide SQL Server object definition scripting when running migrations from Visual Studio. When a database object changes during a migration, its definition will be saved in the project.
Lightweight version of Cocona. Micro-framework for .NET Core console application. Cocona makes it easy and fast to build console applications on .NET Core.
Framework for creating console apps with multiple commands
IoC Registration:
register all types where
- type.IsAssignableTo<IConsoleCommand>()
- type.HasCustomAttribute<ArgSetAttribute>()
docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for...
More information