CommandLineParser
by: Giacomo Stelluti Scala
- 217 total downloads
- Latest version: 1.9.6-rc1
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger
- 12 total downloads
- Latest version: 1.2.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
ConfigureAwaitChecker.Analyzer
by: Ji?í ?in?ura
- 180 total downloads
- Latest version: 5.0.0.1
Checks for `ConfigureAwait(false)` usage.
More info:
* https://www.tabsoverspaces.com/id/233852
* https://www.tabsoverspaces.com/id/233732
* https://www.tabsoverspaces.com/id/233523
* https://www.tabsoverspaces.com/id/233476
coverlet.msbuild
by: tonerdo
- 333 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.
CsvHelper
by: Josh Close
- 174 total downloads
- Latest version: 2.12.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.
d3
by: eduardobursa niemyjski scottweinstein
- 1.373k total downloads
- Latest version: 7.9.0
D3 package for aspnet applications. D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.
Dapper
by: Sam Saffron Marc Gravell
- 590 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.EntityFramework
by: Marc Gravell
- 29 total downloads
- Latest version: 1.33.0
Extension handlers for entity framework
DeviceDetector.NET
by: totpero
- 43 total downloads
- Latest version: 3.11.6
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 to C#. For the most part you can just follow the documentation for device-detector with no issue.
DeviceId
by: Matthew King
- 117 total downloads
- Latest version: 3.0.0
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
Discord.Net
by: Discord.Net Contributors
- 704 total downloads
- Latest version: 3.18.0-beta.3
An asynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.
docopt.net
by: Dinh Doan Van Bien Vladimir Keleshev
- 163 total downloads
- Latest version: 0.6.1.11
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) {{ ... }}
DocumentFormat.OpenXml
by: Microsoft
- 463 total downloads
- Latest version: 2.14.0-beta0001
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DotNetAnalyzers.PublicApiAnalyzer
by: Sam Harwell et. al.
- 19 total downloads
- Latest version: 1.0.0-beta.12
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 19 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
DotNetOpenAuth.Core
by: Andrew Arnott
- 15 total downloads
- Latest version: 4.1.4.12333
This package contains shared code for other NuGet packages, and contains no public API in and of itself.
DotNetOpenAuth.OAuth.Core
by: Andrew Arnott
- 172 total downloads
- Latest version: 5.0.0-alpha3
This package contains shared code for other NuGet packages, and contains no public API in and of itself.
DotNetOpenAuth.OpenId.Core
by: Andrew Arnott
- 13 total downloads
- Latest version: 4.0.0.12084
This package contains shared code for other NuGet packages, and contains no public API in and of itself.
DotNetOpenAuth.OpenId.RelyingParty
by: Andrew Arnott
- 258 total downloads
- Latest version: 5.0.0-alpha3
Increase conversion rates to your web site by lowering the bar to create an account with your site,
by allowing customers to use accounts they already have with other sites, such as Google and Yahoo!
DotNetty.Buffers
by: Microsoft
- 56 total downloads
- Latest version: 0.6.0
Buffer management in DotNetty