cyclonedx-dotnet
cyclonedx-dotnet copied to clipboard
Builds should be deterministic
This probably depends on #174 being resolved first.
This would enable users of this implementation to verify what has been published to nuget matches the relevant commit tag.
Thinking about this some more this doesn't depend on #174. If we changed to using a dockerfile for release builds users could check out a particular version and re-run the build quite easily. Although a helper script which also downloaded the corresponding nuget package version would be handy.
From my experiments with this it’s not straightforward. And is dependent on a couple of things that the .NET team are currently working on.
This issue is stale because it has been open for 3 months with no activity.