docopt / docopt.net

Port of docopt to .net
https://docopt.github.io/docopt.net/
Other
350 stars 33 forks source link

Enable reproducible builds with Source Link support #149

Closed atifaziz closed 2 years ago

atifaziz commented 2 years ago

This PR enables reproducible builds via DotNet.ReproducibleBuilds, which includes Source Link support.

DotNet.ReproducibleBuilds chooses to embed symbols by default, so for sake of simplicity for now, the publishing of a symbols package is being removed in favour of embedding.


PS See also Improving Debug-time Productivity with Source Link.