Inedo / pgscan

Dependency scanner for ProGet.
MIT License
11 stars 5 forks source link

Sending multiple dependents in one request #13

Closed crotondo-dap closed 2 years ago

crotondo-dap commented 2 years ago

Hi,

I have some questions regarding issue #6. You have added support for sending multiple dependents in one request for ProGet 6.0.11. But the method PublishDependenciesAsync() in DependencyPackage.cs never gets called in the pgscan console tool. Is this behavior intended? Further, the method RecordPackageDependenciesInternalAsync() in ProGetClient.cs does not add the ApiKey to the request headers. I think that this could result in an exception.

Maybe you can have a look at this issue and please tell me if I got something wrong.