Michael Tsfoni

Results 138 comments of Michael Tsfoni

I'm not quite convinced the owner should be filled with the author. Can you explain your reasoning for it? Is it regarding some national regulations?

Basically, if `-fn` is set but `--json` or potential future `--bom-format` is not set, then we read the ending of the filename and set `-json/--bom-format` accordingly. If it conflicts, the...

> read: [#293 (comment)](https://github.com/CycloneDX/specification/issues/293#issuecomment-1869969390) > > > `scope` is a way to include a component but not assert that that component is delivered or included in the inventory. For example,...

Can you describe what you understand under "solution filter". Can you describe a case where using a project- or a solution-file is not sufficient for selecting relevant projects? What is...

So I assume you use the cyclonedx tool on the solution-file rather than the specific project-file? When a solution file is targeted, the cyclonedx tool basically creates a bom for...

I think I actually saw code in another class that checks the proj file for the obj-output folder. This shouldn't be a big deal, i'll try to push it in.

So i was able to reproduce it, by setting `Project/PropertyGroup/BaseIntermediateOutputPath` for example to `intermediate\` then everything that usually goes into the obj-folder goes into `intermediate`. Interestingly, even though there is...

I think I'd prefer to stay stupid for now. The user can tell us where his assets file is, and that is from where we get it. Eventually we probably...

@msherms2 what about if we just implement this one: [Add support for single project.assets.json file](https://github.com/CycloneDX/cyclonedx-dotnet/pull/509) In that case, instead of entering the path to the project.assets.json you could just enter...