Enable SourceLink and Deterministic Builds#7
Open
henrygab wants to merge 1 commit intoNiclasOlofsson:masterfrom
Open
Enable SourceLink and Deterministic Builds#7henrygab wants to merge 1 commit intoNiclasOlofsson:masterfrom
henrygab wants to merge 1 commit intoNiclasOlofsson:masterfrom
Conversation
Source Link enables anyone building NuGet libraries to provide source-level debugging for their users with almost no effort. * See https://github.com/dotnet/sourcelink/blob/main/README.md * See https://devblogs.microsoft.com/dotnet/improving-debug-time-productivity-with-source-link/ * Docs at https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink Reproducible Builds Deterministic Builds are now enabled automatically when building via GitHub Actions. * See https://github.com/clairernovotny/DeterministicBuilds To verify the changes: 1. Use [NuGet Package Explorer](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer) to verify the package has Source Link enabled and is deterministic 2. Use [JustAssembly](https://github.com/telerik/justassembly) to verify assemblies are identical to those previously published to NuGet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6.
Enables Source Link, to make debugging easier for users of the library.
Enables Deterministic Builds (aka reproducible builds) when building via GitHub Action.
(See https://github.com/clairernovotny/DeterministicBuilds)