Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable SourceLink and deterministic builds for NuGet package #6

Open
henrygab opened this issue Jun 7, 2021 · 0 comments · May be fixed by #7
Open

Enable SourceLink and deterministic builds for NuGet package #6

henrygab opened this issue Jun 7, 2021 · 0 comments · May be fixed by #7

Comments

@henrygab
Copy link

henrygab commented Jun 7, 2021

These minor changes can greatly improve the user experience.

Source Link

Source Link enables anyone building NuGet libraries to provide source-level debugging for their users with almost no effort. See also documentation.

Deterministic Builds aka Reproducible Buidls

Deterministic builds provide greater confidence that binaries were built from a given set of source code. This should be enabled when publishing the package to NuGet.

@henrygab henrygab linked a pull request Jun 7, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant