Installed product versions
- Visual Studio: Visual Studio 2019
- This extension: 3.0.37
Description
I have been using this extension with app.config by writing my own parameter.xml but then using the tool to generate the SetParameters files and nest them in the project. I have found that when the project is nested inside another folder in the solution the extension is looking in the wrong place for the .nuget directory.
Steps to recreate
- Create a new project nested inside another directory inside the solution
- Try to Generate SetParameter file.
- Or Try to nest an existing SetParameter File
Current behavior
Currently an error window shows the below:

The location of .nuget folder is the same as the solution file (in this example: C:\Code\TransactionImporter\.nuget)
The extension is trying to find it in C:\Code\TransactionImporter\src\TransactionImporter\.nuget
Installed product versions
Description
I have been using this extension with app.config by writing my own parameter.xml but then using the tool to generate the SetParameters files and nest them in the project. I have found that when the project is nested inside another folder in the solution the extension is looking in the wrong place for the .nuget directory.
Steps to recreate
Current behavior
Currently an error window shows the below:

The location of .nuget folder is the same as the solution file (in this example:
C:\Code\TransactionImporter\.nuget)The extension is trying to find it in
C:\Code\TransactionImporter\src\TransactionImporter\.nuget