Convey.Secrets.Vault
by: DevMentors.io
- 1.221k total downloads
- Latest version: 1.1.448
Convey.Secrets.Vault
Convey.Tracing.Jaeger
by: DevMentors.io
- 2.398k total downloads
- Latest version: 1.1.448
Convey.Tracing.Jaeger
Convey.Tracing.Jaeger.RabbitMQ
by: DevMentors.io
- 2.12k total downloads
- Latest version: 1.1.448
Convey.Tracing.Jaeger.RabbitMQ
Convey.WebApi.CQRS
by: DevMentors.io
- 1.508k total downloads
- Latest version: 1.1.448
Convey.WebApi.CQRS
Convey.WebApi.Security
by: DevMentors.io
- 933 total downloads
- Latest version: 1.1.448
Convey.WebApi.Security
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 14 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
CoreTweet
by: CoreTweet Development Team
- 321 total downloads
- Latest version: 2.0.0-beta.1
A .NET Twitter Library supporting API v1.1 and v2
Simple, Powerful, and Well-designed for LINQ
See also: https://github.com/CoreTweet/CoreTweet
coverlet.collector
by: tonerdo
- 320 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32C.NET
by: Robert Važan
- 10 total downloads
- Latest version: 1.0.5
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
CronExpressionDescriptor
by: Brady Holt
- 814 total downloads
- Latest version: 2.41.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
CsvHelper
by: Josh Close
- 2.099k total downloads
- Latest version: 33.0.1
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Cucumber.CucumberExpressions
by: Cucumber Ltd Gaspar Nagy
- 151 total downloads
- Latest version: 18.0.1
Cucumber Expressions implementation for .NET.
Cucumber.Messages
by: Cucumber Ltd TechTalk
- 582 total downloads
- Latest version: 27.0.2
JSON schema-based messages for Cucumber's inter-process communication
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 792 total downloads
- Latest version: 2.1.66
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
DartSassBuilder
by: Johan van Rensburg Dean Wiseman
- 102 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
DiffEngine
by: https://github.com/VerifyTests/DiffEngine/graphs/contributors
- 2.624k total downloads
- Latest version: 16.2.1
Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.
DnsClient
by: MichaCo
- 584 total downloads
- Latest version: 1.8.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
docopt.net
by: Dinh Doan Van Bien Vladimir Keleshev Atif Aziz
- 125 total downloads
- Latest version: 0.8.1
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 program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation.
Quick example:
var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args);
if (arguments["-a"].IsTrue) {{ ... }}