Top 20 NuGet Packages depending on Impact.Core

Total dependencies: 5

Impact is a .NET libary that implements the "Consumer Driven Contract Testing" pattern as promoted by PACT (https://docs.pact.io/). Impact.Provider implements the basic framework for implementing provider tests. You'll also need to add references to the appropriate transport and payload format pack...
Impact is a .NET libary that implements the "Consumer Driven Contract Testing" pattern as promoted by PACT (https://docs.pact.io/). Impact.Core.Transport.Http implements shared framework and data models used for implementing tests for HTTP based APIs both on consumer and provider side.
Impact is a .NET libary that implements the "Consumer Driven Contract Testing" pattern as promoted by PACT (https://docs.pact.io/). Impact.Core.Payload.Protobuf adds support for Protobuf serialized payloads and can be used both from consumer and provider tests.
Impact is a .NET libary that implements the "Consumer Driven Contract Testing" pattern as promoted by PACT (https://docs.pact.io/). Impact.Core.Payload.Json adds support for JSON serialized payloads and can be used both from consumer and provider tests.
Impact is a .NET libary that implements the "Consumer Driven Contract Testing" pattern as promoted by PACT (https://docs.pact.io/). Impact.Consumer implements the basic framework for implementing consumer tests. You'll also need to add references to the appropriate transport and payload format pack...