campersau

Results 90 comments of campersau

Didn't it work? It should be straightforward if `dotnet nuget push` already works. 1. Open your `nupkg` file in NuGetPackageExplorer 2. Make sure the repository url is set to the...

As a workaround you can do this by using drag & drop of folders.

The credentials can also be stored using the `Ookii.Dialogs.Wpf.CredentialDialog` which stores them in the windows "Credential Manager". This can be easily added to https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/pull/326 ([See here](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/pull/326/files#diff-50954ff97bc9dd421a2b5f53498b8c05R480)) ![image](https://user-images.githubusercontent.com/4009570/35618464-5cdae8d8-067b-11e8-8fa6-c035d8feb42e.png)

Changing the icon URL of an existing package wouldn't update the image displayed in the package viewer in this case. So the image object cache would need to be invalidated...

Yes, I think so. When opening a NuGet package which uses an `IconUrl` we currently store two cache entries for them, one with the nuget.org URL and one with the...

I can still reproduce the bug with `NuGet.Packaging.dll` version `5.03.0.60011`. (Which crashes the app if I continue debugging.) ![image](https://user-images.githubusercontent.com/4009570/62517797-6db08b80-b828-11e9-92bc-9ea83638c37c.png)

Can you please try out the ZIP build from https://dev.azure.com/onovotny/GitBuilds/_build/results?buildId=2628&view=artifacts ? Maybe artifactory has the same issue as the GitHub NuGet feeds #841

@onerob2000 The version I have linked above contains a potential fix for your reported problem, so if you could try it out to see if the new version fixes your...

The settings file is stored here `%userprofile%\appdata\local\Luan_Nguyen,Julian_Verdur`. The folder name comes from here: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/blob/4d5687f58c1f6418f98246a5fcb3bcf87545ab8f/Directory.Build.props#L4 @clairernovotny Maybe we should also set a the `NuGetPackageExplorer` to get a nicer settings folder name?...

For me it is working fine with NuGetPackageExplorer version `5.10.43+ce9a70d0c5`. Which version do you use? ![image](https://user-images.githubusercontent.com/4009570/131962690-415913e0-c028-40ae-97ec-f0ae6da6d564.png) ![image](https://user-images.githubusercontent.com/4009570/131962741-7143c22a-aabe-43f1-a9be-72394ecda056.png)