-
Notifications
You must be signed in to change notification settings - Fork 498
Fix broken video link for installing NuGet package #3465
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a broken video reference in the NuGet quickstart documentation by replacing an outdated embedded video with a link to a more current instructional video about installing NuGet packages using the .NET CLI.
- Replaces an embedded video with a text link to a newer, more relevant video
- Updates the video reference to focus specifically on .NET CLI usage for beginners
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Learn Build status updates of commit 05d3b40: 💡 Validation status: suggestions
docs/quickstart/install-and-use-a-package-using-the-dotnet-cli.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Updated video link format for NuGet package installation.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Learn Build status updates of commit 5b4b6ae: ✅ Validation status: passed
For more details, please refer to the build report. |
This pull request updates the NuGet quickstart documentation to reference a more relevant instructional video for installing and using a NuGet package with the .NET CLI.
Documentation update:
docs/quickstart/install-and-use-a-package-using-the-dotnet-cli.md
, replaced the old NuGet 101 video embed with a link to a newer, beginner-focused video on installing a NuGet package using the .NET CLI.