fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
453 stars 75 forks source link

Use DotNet.ReproducibleBuilds #174

Closed bartelink closed 9 months ago

bartelink commented 2 years ago
bartelink commented 2 years ago

https://nuget.info/packages/Argu/6.1.1 suggests the sourcelink info is fine My repro is to try to jump to source for arbitrary attributes, which is triggering a decompile, which does not happen for other libs I manage in github.com/jet

bartelink commented 9 months ago

As you can see I turned on requirements for comments to be resolved prior to merge I also discovered the Linear history option - which would rule out merge commits but enable us to (selectively) do rebase merges. I prefer to not think about that and only do squash merges, but feel free to flip "rebase merges" back on...

nojaf commented 9 months ago

Ok, no strong opinion on this yet.

bartelink commented 9 months ago

@nojaf looks like it worked per https://nuget.info/packages/Argu/6.1.3

image