#396 Add SourceLink and Deterministic Builds Support
New issue created by
adamrodger
We should add
SourceLink support to the NuGet package to aid people debugging pact tests. This allows people to step into PactNet during debugging sessions with full source code support.
After adding SourceLink it's possible to enable
Determinsitic Builds which allows the consumer of a NuGet to verify that the binaries within were built from the publicly available source code, and therefore have not been tampered with. This helps us to be a team player in preventing supply chain attacks.
pact-foundation/pact-net