Sending multiple dependents in one request
Closed this issue · 0 comments
crotondo-dap commented
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.