jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

Automatically reference transitive dependencies #94

Closed eXpl0it3r closed 1 year ago

eXpl0it3r commented 1 year ago

Steps to Reproduce

Actual Behavior

The build will fail as dependencies of Jobbr components are missing.

Expected Behavior

Additional Notes

In the past this wasn't an issue, because we used ILMerge or similar to merge the dependencies into the Jobbr DLLs

eXpl0it3r commented 1 year ago

Noticed that the runtime references CommandLineParser, which isn't defined in the nuspec.

Will have to go over all the packages again to double check:

eXpl0it3r commented 1 year ago

Transitive dependency graph looks okay now, so I'll close this again.