Can PostSharp add its Nuget packages from an Artifactory source that is secured?

E-Riz

I'm trying to use the Add PostSharp to project "wizard" to set it up on an existing project. Our company allows only using an internal Artifactory instance as Nuget source, and that is secured (requires authentication). It works fine for normal Nuget stuff, both fro command line and in VS.

The PostSharp wizard fails when it tries to add the Nuget packages to my project, because it's getting 401 (Unauthorized) responses from Artifactory.

Is there a way to force the wizard to authenticate, or to use standard nuget which is already set up with Artifactory as a source (with credentials)?

Jakub Linhart

In normal case PostSharp wizard uses standard nuget, if it doesn't then it is most likely a bug (you can report it at http://support.sharpcrafters.com/).

Anyway PostSharp is a normal nuget package and you can install it directly using Nuget Package Manager without bothering with Add PostSharp to project wizard.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Artifactory restore nuget packages with authentication from powershell

From Dev

Exclude nuget packages from source control

From Dev

Some packages can't be downloaded from Azure DevOps Artifacts feed with NuGet upstream source

From Dev

Some packages can't be downloaded from Azure DevOps Artifacts feed with NuGet upstream source

From Dev

Why should I add NuGet packages dlls to source control?

From Dev

Why should I add NuGet packages dlls to source control?

From Dev

Issue in Nuget packages from projects opened from source control

From Dev

Adding Javascript files from NuGet packages in Source Control

From Dev

Nuget - store packages in source control, or not?

From Dev

How to add a few non open source jars to Artifactory so that they can be pulled by another Gradle/Maven project

From Dev

Local NuGet source + creating packages with FAKE

From Dev

Wix Bootstrapper - download bundle packages from a secured http repository

From Dev

How to I specify a NuGet package comes from an external source in packages.config?

From Dev

How can I uninstall all packages from one Debian source?

From Dev

Not able to add nuget packages to vnext project

From Dev

How can I build KDE Dolphin from its source code?

From Dev

NuGet can't restore packages behind the proxy

From Dev

Can I add a message to NUnit assertion using PostSharp

From Dev

Installing packages from local source

From Dev

Mirror all packages from a Nuget repository

From Dev

NuGet packages not copied from referenced project

From Dev

Resolve project assembly references from nuget packages?

From Dev

Remove foreign nuget packages from private nuget feed

From Dev

Should TFS be storing JavaScript packages installed via NuGet in Source Control?

From Dev

Scripted way to add nuget package source

From Dev

Scripted way to add nuget package source

From Dev

How can I fix library conflicts during compilation stemmed from manually installed packages from source code?

From Dev

How to add the source packages on launchpad to my PPA?

From Dev

NuGet: package with source code that can be referenced as library

Related Related

  1. 1

    Artifactory restore nuget packages with authentication from powershell

  2. 2

    Exclude nuget packages from source control

  3. 3

    Some packages can't be downloaded from Azure DevOps Artifacts feed with NuGet upstream source

  4. 4

    Some packages can't be downloaded from Azure DevOps Artifacts feed with NuGet upstream source

  5. 5

    Why should I add NuGet packages dlls to source control?

  6. 6

    Why should I add NuGet packages dlls to source control?

  7. 7

    Issue in Nuget packages from projects opened from source control

  8. 8

    Adding Javascript files from NuGet packages in Source Control

  9. 9

    Nuget - store packages in source control, or not?

  10. 10

    How to add a few non open source jars to Artifactory so that they can be pulled by another Gradle/Maven project

  11. 11

    Local NuGet source + creating packages with FAKE

  12. 12

    Wix Bootstrapper - download bundle packages from a secured http repository

  13. 13

    How to I specify a NuGet package comes from an external source in packages.config?

  14. 14

    How can I uninstall all packages from one Debian source?

  15. 15

    Not able to add nuget packages to vnext project

  16. 16

    How can I build KDE Dolphin from its source code?

  17. 17

    NuGet can't restore packages behind the proxy

  18. 18

    Can I add a message to NUnit assertion using PostSharp

  19. 19

    Installing packages from local source

  20. 20

    Mirror all packages from a Nuget repository

  21. 21

    NuGet packages not copied from referenced project

  22. 22

    Resolve project assembly references from nuget packages?

  23. 23

    Remove foreign nuget packages from private nuget feed

  24. 24

    Should TFS be storing JavaScript packages installed via NuGet in Source Control?

  25. 25

    Scripted way to add nuget package source

  26. 26

    Scripted way to add nuget package source

  27. 27

    How can I fix library conflicts during compilation stemmed from manually installed packages from source code?

  28. 28

    How to add the source packages on launchpad to my PPA?

  29. 29

    NuGet: package with source code that can be referenced as library

HotTag

Archive