Martin Björkström

Results 47 comments of Martin Björkström

**This is a must for us!!!** The README content of all third party dependencies that we use must be added to our SQL Database. And now we can't do that...

Why is this not merged yet? Do I need to submit an issue?

@benaadams no? SQL Injection? It's not my tool that is wrong, it's your README file that's not compatible, please accept this PR so I can use this library in our...

@Insire did you ever had a chance to look at this? Conversation [here](https://gitter.im/cake-build/cake?at=5a65b8e8e01412265076bbca)

No worries! We’ll merge the PR targeting #2014 as soon as the .NET Core 2 PR is fixed and 0.26 is released. If you don’t have time or run into...

@Insire once #2085 is merged, you should be able to consume [NuGet.Credentials](https://www.nuget.org/packages/NuGet.Credentials/4.6.0) package. Don't know how to hook it up. You'll probably need to read some source code [here](https://github.com/NuGet/NuGet.Client/tree/release-4.6.0-rtm/src/NuGet.Core) to...

AFAIK, `nuget.exe` only supports credentials through `NuGet.Config`, so that would be a good start. If you have something ready, please send PR and we’ll iterate :smile:

...and now I saw this https://github.com/cake-build/cake/pull/2090 :smile:

The link you provided is for `nuget.exe`, but the in-proc (here https://github.com/cake-build/cake/tree/develop/src/Cake.NuGet/Install) uses the NuGet.Client libraries to accomplish the same thing. Regarding “restore packages and so on”. That are NuGet-aliases...

@Insire sorry for not getting back to this sooner. > using the latest version of cake (0.26.1) and moving the VSTS credential provider right next to the nuget exe and...