-
Select Topic AreaBug BodyHello everyone, I recently pushed a NuGet package to a GitHub organization using the
Has anyone faced a similar issue or have suggestions on how to resolve this? Any help would be greatly appreciated! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
We have the same issue.
Packages should be separate from a repository. We have multiple repositories that use the same nuget package, I don't want to upload a package multiple times to each repository that needs it. Here is a stack overflow link about people having similar issues, but for npm. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. I was pushing 4 libs - 2 ok, 2 missed on the packages tab, but available by direct link (and can't change visibility - some error). So, I can conclude that the token was glitching, re-creating it helped me. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I wanted to provide an update on the issue I was experiencing with the NuGet package visibility in our GitHub organization. After some troubleshooting, I found a solution that resolved the problem:
This approach restored the package's visibility, aligning with the suggestion provided by @onetsmr. Thank you all for your assistance and suggestions! |
Beta Was this translation helpful? Give feedback.
-
I am having this issue and re-creating the token twice hasn't resolved it. I can see the package if I navigate to the specific URL but it doesn't show up in the packages tab of my organization. I am admin of the package and owner of the organization. I am creating a classic PAT with package:read, package:write, and the full repo scope (and even tried enabling all scopes). |
Beta Was this translation helpful? Give feedback.
Hello everyone,
I wanted to provide an update on the issue I was experiencing with the NuGet package visibility in our GitHub organization.
After some troubleshooting, I found a solution that resolved the problem:
This approach restored the package's visibility, aligning with the suggestion provided by @onetsmr.
Thank you all for your assistance and suggestions!