Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. nmarkkula_7220
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    nmarkkula_7220

    @nmarkkula_7220

    0
    Reputation
    5
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    nmarkkula_7220 Follow

    Best posts made by nmarkkula_7220

    This user hasn't posted anything yet.

    Latest posts made by nmarkkula_7220

    • RE: Unlisted package version still shows up in visual studio

      @atripp
      Thanks, I was able to enable the v3 api for my feed. Just in case anyone else stumbles on this the v3 api url was actually https://MY.FQDN/nuget/MYNUGETFEED/v3/index.json. Visual Studio does correctly hide the unlisted versions using the v3 api, thank you.

      posted in Support
      N
      nmarkkula_7220
    • RE: Unlisted package version still shows up in visual studio

      That was just taken from the response of a Visual Studio to Proget request. Is there a way I can force VS to use the v3 endpoint?

      Looks like my package source url is
      https://MY.FQDN/nuget/MYNUGETFEED

      Which resulted in VS making a GET request to https://MY.FQDN/nuget/MYNUGETFEED/Packages(Id='MYPACKAGEID',Version=''MYPACKAGEVERSION')

      posted in Support
      N
      nmarkkula_7220
    • RE: Owner has unlisted the package on nuget.org, but Proget still shows it in the list of availible versions

      Thank you, in my case this is an internal Nuget package that is deployed directly to Proget. I unlisted a package version in Proget and I see the listed property is false via fiddler but it still shows up in a visual studio search. By the way, I just created a new topic for my issue here.
      https://forums.inedo.com/topic/3514/unlisted-package-version-still-shows-up-in-visual-studio

      posted in Support
      N
      nmarkkula_7220
    • Unlisted package version still shows up in visual studio

      I'm using Proget version 5.3.27 (build 18). When I unlist a package version I can still see the version when managing Nuget packages in visual studio. Using fiddler to view the response from Proget I see that the listed property is set to false.

      <d:Listed m:type="Edm.Boolean">false</d:Listed>

      Does visual studio not look for this property? I assumed that unlisting a package version would hide the version in visual studio Nuget searches?

      posted in Support
      N
      nmarkkula_7220
    • RE: Owner has unlisted the package on nuget.org, but Proget still shows it in the list of availible versions

      Was this ever resolved? I'm still seeing this issue on 5.3.27.

      posted in Support
      N
      nmarkkula_7220