-
Notifications
You must be signed in to change notification settings - Fork 641
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
[Feature]: Add instructions to install MSBuildSdk packages #8800
Labels
feature-request
Customer feature request
Hacktoberfest
Well-defined, self-contained issue open to community contribution
help wanted
Comments
Good idea! If anyone is interested in implementing this, this is where you'll want to add this: NuGetGallery/src/NuGetGallery/Views/Packages/DisplayPackageV2.cshtml Lines 27 to 137 in f08f9af
And: NuGetGallery/src/NuGetGallery/Helpers/ViewModelExtensions/DisplayPackageViewModelFactory.cs Lines 105 to 106 in 1433c81
|
keylime-unicorn
added
the
Hacktoberfest
Well-defined, self-contained issue open to community contribution
label
Sep 29, 2022
ianrathbone
added a commit
to ianrathbone/NuGetGallery
that referenced
this issue
Oct 3, 2022
…type MSBuildSdk. DisplayPackage view modified to show specific instructions for SDK types in project files as per NuGet#8800
keylime-unicorn
pushed a commit
that referenced
this issue
Oct 12, 2022
* Added "IsMSBuildSdkPackageType" to determine whether a package is of type MSBuildSdk. DisplayPackage view modified to show specific instructions for SDK types in project files as per #8800 * Changed "Include" to correct attribute "Name" for SDK package type Co-authored-by: Advay Tandon <82980589+advay26@users.noreply.github.com> Co-authored-by: lyndaidaii <64443925+lyndaidaii@users.noreply.github.com>
RiadGahlouz
added a commit
that referenced
this issue
Oct 19, 2022
* Update NuGetGallery.Services to address CG alerts (#9274) * Address accessibility for syntax highlighting (#9273) * address accessbility for syntax highlighting * Fix Support link (#9276) * fix broken support link * Update Download table heading (#9267) * update correct place * update table header placement * Add instructions to install MSBuildSdk packages (#9268) * Added "IsMSBuildSdkPackageType" to determine whether a package is of type MSBuildSdk. DisplayPackage view modified to show specific instructions for SDK types in project files as per #8800 * Changed "Include" to correct attribute "Name" for SDK package type Co-authored-by: Advay Tandon <82980589+advay26@users.noreply.github.com> Co-authored-by: lyndaidaii <64443925+lyndaidaii@users.noreply.github.com> * [CodeQL] Suppress CSRF token validation warnings (#9278) * Added CSRF token checks to address CodeQL bugs * Added CodeQL suppressions * Make thinner border for focused links (#9277) * Make thiner border for focused links * Change border size of package manager tabs * Delete comment line from base.less * Change nav-tabs color and make overflow-y visible for package-tags Co-authored-by: Joel Verhagen <jver@microsoft.com> Co-authored-by: lyndaidaii <64443925+lyndaidaii@users.noreply.github.com> Co-authored-by: toseni <seniut.tomas@gmail.com> Co-authored-by: Ian Rathbone <ian@rathbone.dev> Co-authored-by: Advay Tandon <82980589+advay26@users.noreply.github.com> Co-authored-by: Daniel Olczyk <44818681+MRmlik12@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
Customer feature request
Hacktoberfest
Well-defined, self-contained issue open to community contribution
help wanted
Related Problem
Packages of type
MSBuildSdk
such asMicrosoft.DotNet.PackageValidation
are meant to be consumed using the<Sdk ... />
element.However, the NuGet Gallery displays the installation instructions equivalent of
Dependency
type package:The Elevator Pitch
Add specific instructions for installing packages of type
MSBuildSdk
that the user can copy/paste on their project:Additional Context and Details
No response
The text was updated successfully, but these errors were encountered: