garora / pact-net-core

.Net Core version of pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pact.Net Core

This is .Net Core implementation of Pact, a consumer-driven cotract library written in Ruby. To understand Pact in details refer to documentations

Motivation

This repository borned when Gaurav was looking for Consumer-driven contract tool in .net core. While writing book Microservices for .net

Installation

Easy installation using NuGet - coming soon

Code Example

Short and self-explanatory exampless - coming soon

Contribution

Just need to take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Create PR on Dev branch. Any PR for Master will be rejected.

License

MIT

Release notes

Currently Pact.Net Core is in initial release.

Miscellanious

Suggestions are welcomed!

About

.Net Core version of pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

License:MIT License