Skip to content

Commit 92c7cf6

Browse files
authored
Add link to experimental tool NuGetSolver (#3210)
* Add link to experimental tool NuGetSolver which can resolve dependency problem automatically
1 parent c905326 commit 92c7cf6

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

docs/includes/nugetsolver-tool.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Include
3+
description: Suggest NuGetSolver experimental tool.
4+
author: ErickYondon
5+
ms.author: eryondon
6+
ms.date: 1/16/2024
7+
ms.topic: include
8+
---
9+
10+
> [!Tip]
11+
12+
> **Alternative solution**: NuGetSolver is a Visual Studio Extension developed by Microsoft DevLabs, designed to assist in resolving dependency conflicts. It automates the process of identifying and addressing these issues. For further details, visit the [NuGetSolver](https://marketplace.visualstudio.com/items?itemName=vsext.NuGetSolver) page on the Visual Studio Marketplace and we'd love to hear your feedback about your experience.
13+

docs/reference/errors-and-warnings/NU1107.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ To install a specific version, see the information for the tool that you're usin
2929
- [nuget.exe CLI](../../consume-packages/install-use-packages-nuget-cli.md#install-a-specific-version-of-a-package)
3030
- [Package Manager Console](../ps-reference/ps-ref-install-package.md)
3131

32+
[!INCLUDE [nugetsolver-tool](../../includes/nugetsolver-tool.md)]
33+
3234
### Note
3335
Early versions of Visual Studio 2017 may have reported this as a warning (NU1607).

docs/reference/errors-and-warnings/NU1202.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ f1_keywords:
1818
A dependency package doesn't contain any assets compatible with the project.
1919

2020
### Solution
21-
Change the project's target framework to one that the package supports.
21+
Change the project's target framework to one that the package supports.
22+
23+
[!INCLUDE [nugetsolver-tool](../../includes/nugetsolver-tool.md)]

docs/reference/errors-and-warnings/NU1605.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,5 @@ This specific error (with Microsoft.NETCore.App package) is improved by moving y
9696
> While NU1605 is considered a warning by the NuGet tooling, the [.NET SDK](/dotnet/core/sdk) opts into treating this warning as an error through `WarningsAsErrors`.
9797
> Your project may be upgrading this warning to an error by setting `TreatWarningsAsErrors` to `true`.
9898
> While not recommended, as you are more likely to encounter runtime issues, you may choose to [suppress](../../consume-packages/Package-References-in-Project-Files.md#suppressing-nuget-warnings) this warning.
99+
100+
[!INCLUDE [nugetsolver-tool](../../includes/nugetsolver-tool.md)]

docs/reference/errors-and-warnings/NU1701.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ f1_keywords:
1919

2020
### Solution
2121
Change the project's target framework to one that the package supports.
22+
23+
[!INCLUDE [nugetsolver-tool](../../includes/nugetsolver-tool.md)]

0 commit comments

Comments
 (0)