We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visual Studio Package Management UI
NuGet Client Dev\6.13.0.63
It’s not a regression since it is a new feature.
It bothers me. A fix would be nice
Create a “C# Console App (.NET 9.0)” project.
Right-click the project in Solution Explorer and select "Manage NuGet Packages…" menu item to open the PM UI.
Click “Browse” tab and select the source “nuget.org” from Package source drop-down list.
Install a package (e.g. RestSharp) and switch to “Installed" tab.
Observe the details panel on the right panel of PM UI.
The “README” tab should show in the right panel as below.
The “README” tab doesn’t show in the right panel of the PM UI after installing package as below screenshot:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NuGet Product Used
Visual Studio Package Management UI
Product Version
NuGet Client Dev\6.13.0.63
Worked before?
It’s not a regression since it is a new feature.
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Repro Steps:
Create a “C# Console App (.NET 9.0)” project.
Right-click the project in Solution Explorer and select "Manage NuGet Packages…" menu item to open the PM UI.
Click “Browse” tab and select the source “nuget.org” from Package source drop-down list.
Install a package (e.g. RestSharp) and switch to “Installed" tab.
Observe the details panel on the right panel of PM UI.
Expected:
The “README” tab should show in the right panel as below.
Actual:
The “README” tab doesn’t show in the right panel of the PM UI after installing package as below screenshot:
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: