component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

GoWithReplace detector fails when replacements are relative references (missing version)

Open FernandoRojo opened this issue 1 year ago • 0 comments

In the GoWithReplace detector, having a replace directive that points to an adjacent directory will error out with: System.ArgumentNullException: Property Version of component type Go is required (Parameter 'Version'),

In these cases the directory should be mapped and the replace directive should properly build the dependency tree for those references.

FernandoRojo avatar Aug 02 '24 22:08 FernandoRojo