MergeCommand: use Bom.BomMetadataUpdate()… - #340
Conversation
…lkit() methods in OOP fashion Signed-off-by: Jim Klimov <jimklimov@gmail.com>
|
FYI: This PR is part of a series I've opened 3 years ago, and stalled in review for whatever reasons including the under-the-hood use of reflection to implement inspection of arbitrary BOM entities to merge them, including the ones still open at this time:
I (and my dayjob's budget) have recently employed Claude AI to pick up where I left long ago, and rewrite those changes in idiomatic C#, rebased over current upstream achievements. After some internal dev-testing shows that this rewrite is successful, I hope these old PRs will be supplanted by a new series with new technological base and same or better feature set as what I was stuck with using (slowly bit-rotting over the years). Hopefully the new set of PRs would be less questionable for an upstream merge :) I'll add this note to all impacted PRs listed above. |
…and BomMetadataReferThisToolkit() methods in OOP fashion
Depends on library changes from CycloneDX/cyclonedx-dotnet-library#256