While it seems the project isn't trying to conform to Pact specification, is adhering to it explicitly out of scope for this project? That is, would PRs that would make it interoperable with Pact.io be accepted?
The reason why I'm interested is that I'm trying out pact-net for my own project, but spinning up Kestrel for every test slows them significantly, so it would be nice to use TestServer. It would also avoid the Ruby runtime.
While it seems the project isn't trying to conform to Pact specification, is adhering to it explicitly out of scope for this project? That is, would PRs that would make it interoperable with Pact.io be accepted?
The reason why I'm interested is that I'm trying out pact-net for my own project, but spinning up Kestrel for every test slows them significantly, so it would be nice to use
TestServer
. It would also avoid the Ruby runtime.