-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated field "owners" from VS UI Details Pane #10666
Comments
Hi @loic-sharma , according to this blog, Owners is deprecated from .nuspec, but it's still used when nuget.org repo signs the package, right? |
I repro with two different packages and two kinds of sources: Check Microsoft.Extensions.Logging in VS UI: So it looks like, |
Hello, this is a little confusing since owners information may come from several sources:
|
Thanks for the detailed explanation! @loic-sharma |
@donnie-msft the link is not accessible outside MS people (HTTP 404) |
Team Triage: Assigning to @chgill-MSFT. |
Team Triage: Remove the owners field from the UI. |
I wasn't at that meeting. I find the decision unusual. The Perhaps we should hide the |
@zikvan according to @loic-sharma :
My considerations:
Did I miss something else? |
Other elements that are different between nuspec and HTTP Protocol (registration and search resources) are deprecated package messages and vulnerability information. |
@zivkan what are the other ways to set the |
Package authors are not supposed to set it. NuGet feeds (severs) are. That is, people implementing NuGet's HTTP API. Specifically the search resource has an Loic's earlier comment already explained that the |
Details about Problem
Even if the field "owners" in the
.nuspec
file has been deprecated, the NuGet UI in Visual Studio shows this field when thenuspec
is created from thecsproj
and consumed directly in VS.Visual Studio version: 16.10.0 Preview 1
Repro steps and/or sample project
owners
field:The
owners
field is not shown when browsing the public nuget website./cc @anangaur
The text was updated successfully, but these errors were encountered: