Michael Tsfoni
Michael Tsfoni
Looks like a good example for the 20:80 rule, here. If Andreas fixes the warnings, I think we can merge it and build a patch version. > Quick profiler run...
As I understand we could also merge both, #300 and #306?
merged via #301
I assume this is fixed. If there are any more problems, please open a new issue.
The 1.6 branch is a wip with failing tests itself, so it's natuiral that this pr would have failing tests too. Thank you a lot for the help. Is this...
> @mtsfoni [andreas-hilti@c3a4c70](https://github.com/andreas-hilti/cyclonedx-dotnet-library/commit/c3a4c70fa45b1a32f3b358e73a5e38bc16666120) would be a workaround for the above issue (it does not fix the underlying issue, though). Like this, all tests would pass. Black magic. But the tests...
Are you confusing the namespace with the package name? CycloneDX.Core is the correct library to use as laid down in getting-started.md The CycloneDX.Json library is deprecated. The C# `using CycloneDX.Json;`...
basically this is supposed to change a known bom-ref to another bom-ref? I wrote this a tool [cdx-enrich](https://github.com/mtsfoni/cdx-enrich) (will change the name to cdx-edit soon), I don't even use it...
There is a docker container that can be used with the -rm option: `docker run --rm -it cyclonedx/cyclonedx-cli --help` This should probably be described in the readme. Or you download...
I'm not sure if you can merge spdx files directly, might need to transform them to CycloneDx first. Are there maybe spdx merge tools, that would offer a more native...