You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to see not only my NuGet packages in the bom file but also the DLLs I use. These are all stored in the vbproj file.
I run the following cmd
dotnet CycloneDX /path/to/project/MyProject.vbproj -o /output/path -fn test -rs
and I only get a list of my NuGet packages... but I have also included DLLs in my project (Project -> Add reference) and I would like to have these in the output as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I would like to see not only my NuGet packages in the bom file but also the DLLs I use. These are all stored in the vbproj file.
I run the following cmd
dotnet CycloneDX /path/to/project/MyProject.vbproj -o /output/path -fn test -rs
and I only get a list of my NuGet packages... but I have also included DLLs in my project (Project -> Add reference) and I would like to have these in the output as well.
Beta Was this translation helpful? Give feedback.
All reactions