Adyen
by: Adyen
- 22 total downloads
- Latest version: 21.0.0
The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application.
Antlr
by: Sam Harwell, Terence Parr
- 37 total downloads
- Latest version: 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
Autofac
by: Autofac Contributors
- 94 total downloads
- Latest version: 4.8.1
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
AutoFixture
by: Mark Seemann, AutoFixture
- 27 total downloads
- Latest version: 4.17.0
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
AutoFixture.AutoMoq
by: Mark Seemann, AutoFixture
- 28 total downloads
- Latest version: 4.17.0
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx
AutoFixture.Xunit2
by: Mark Seemann, AutoFixture
- 21 total downloads
- Latest version: 4.17.0
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).
AutoMapper
by: Jimmy Bogard
- 27 total downloads
- Latest version: 6.2.2
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
BanortePinpadSeguro2209
by: winsystems
- 50 total downloads
- Latest version: 1.0.0
Nuget contains third-party core classes for PinPad.
bootstrap
by: Twitter, Inc.
- 40 total downloads
- Latest version: 3.3.7
The most popular front-end framework for developing responsive, mobile first projects on the web.
BouncyCastle
by: Bouncy Castle Project Contributors
- 48 total downloads
- Latest version: 1.8.2
The Bouncy Castle Crypto package is a C\# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
BuildNumbers.Connector
by: WinSystem Group
- 1.06k total downloads
- Latest version: 1.0.24
This NuGet package contains a conector for api client build numbers
Castle.Core
by: Castle Project Contributors
- 55 total downloads
- Latest version: 4.4.0
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 46 total downloads
- Latest version: 2.8.0
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator
by: Microsoft.Practices.ServiceLocation
- 24 total downloads
- Latest version: 2.0.4
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
Confuser.MSBuild
by: Ki, Martin Karing
- 43 total downloads
- Latest version: 1.6.0
This package contains the integration of ConfuserEx into the MSBuild build procedure. It allows automatically obfuscating the assemblies during the build.
coverlet.collector
by: tonerdo
- 38 total downloads
- Latest version: 1.3.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 32 total downloads
- Latest version: 2.0.30
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DirectShowLib
by: Larry Beall
- 41 total downloads
- Latest version: 1.0.0
A port of DirectShowLib to .NET 4.5. There have been no changes made to this from the available source that is available @ http://directshownet.sourceforge.net/
dotnet-reportgenerator-globaltool
by: Daniel Palme
- 54 total downloads
- Latest version: 5.1.9
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered.
Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'.
Installation:
dotnet tool install -g dotnet-reportgenerator-globaltool
dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
dotnet new tool-manifest
dotnet tool install dotnet-reportgenerator-globaltool
Usage:
reportgenerator [options]
tools\reportgenerator.exe [options]
dotnet reportgenerator [options]
DotNetZip
by: Henrik/Dino Chisa
- 59 total downloads
- Latest version: 1.11.0
A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.