Skip to content

Commit d033182

Browse files
authored
Update and rename Restore.md to Troubleshooting-Restore.md
1 parent 1fb6f0b commit d033182

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Quickstart/Restore.md renamed to docs/Quickstart/Troubleshooting-Restore.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ ms.reviewer:
2323

2424
# Troubleshooting package restore errors
2525

26-
This page focuses on common package restore errors and steps to resolve them. For how-to restore packages, see [Package restore](../Consume-Packages/Package-Restore.md#enabling-and-disabling-package-restore).
26+
> [!Note]
27+
> This page focuses on common package restore errors and steps to resolve them. For how-to restore packages, see [Package restore](../Consume-Packages/Package-Restore.md#enabling-and-disabling-package-restore).
2728
2829
By default, building a project in Visual Studio automatically restores NuGet packages referenced in the project. However, builds will fail with if package restore is disabled in the **Tools > Options > NuGet Package Manager > Package Restore** settings and the necessary packages are not available on your computer. In these cases you may see the following errors:
2930

30-
```ps
31+
```bash
3132
This project references NuGet package(s) that are missing on this computer.
3233
Use NuGet Package Restore to download them. The missing file is {name}.
3334
```
3435

35-
```ps
36+
```bash
3637
One or more NuGet packages need to be restored but couldn't be because consent has
3738
not been granted. To give consent, open the Visual Studio Options dialog, click on
3839
the NuGet Package Manager node and check 'Allow NuGet to download missing packages

0 commit comments

Comments
 (0)