Skip to content

Commit 36014ab

Browse files
committed
README.md has been updated
1 parent ba7a145 commit 36014ab

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
For the extension to work, you need to specify a configuration file that essentially only contains paths (one per line) for searching for projects:
99
</div>
1010

11-
![ext_cfg_0__1.png](https://github0username.gallerycdn.vsassets.io/extensions/github0username/dcb9fb28-5610-4a94-9471-4bf2d0556bc5/0.5.1/1612794019107/ext_cfg_0__1.png)
11+
![ext_options](https://user-images.githubusercontent.com/46850587/148584567-ad3d5b06-1a70-486c-9b20-f23ad4b554d4.png)
1212

1313
<div style="text-align: justify">
1414
When you click the <code>Use ProjectReference</code> button, the extension looks through the list of projects included in the solution and begins to process each of them sequentially.
1515
</div>
1616

17-
![ext_menu_0__1.png](https://github0username.gallerycdn.vsassets.io/extensions/github0username/dcb9fb28-5610-4a94-9471-4bf2d0556bc5/0.5.1/1612794760354/ext_menu_0__1.png)
17+
![ext_sln_explorer](https://user-images.githubusercontent.com/46850587/148584494-a64ccc6d-864c-4267-bdc1-e1ab58995b33.png)
1818

1919
<div style="text-align: justify">
2020
Project dependency search is based on <code>project.assets.json</code> file, which lists all the dependencies of the project. It is created in the /obj folder when using <code>dotnet restore</code> or <code>dotnet build</code> as it implicitly calls restore before build, or <code>msbuid.exe /t:restore</code> with MSBuild CLI. If <code>project.assets.json</code> is not found in the specified project directory, then the extension stops processing and displays the following message:
2121
</div>
2222

23-
![ext_switch_error_0.png](https://github0username.gallerycdn.vsassets.io/extensions/github0username/dcb9fb28-5610-4a94-9471-4bf2d0556bc5/0.4.1/1595159901231/ext_switch_error_0.png)
23+
![ext_error_list](https://user-images.githubusercontent.com/46850587/148586028-5ed93be8-8ab5-4256-9f00-10af0507e4cd.png)
2424

2525
<div style="text-align: justify">
2626
If the file is present, then the extension starts processing explicit and implicit (transitive) dependencies of the project - NuGet packages, framework assemblies. After processing, the Messages tab of the Error List displays information about each changed project and the references included in it.
@@ -76,22 +76,24 @@ Separate lines entered in the configuration file can be commented out as follows
7676
</div>
7777

7878
```
79-
#E:\Project\a\LibraryA
80-
#E:\Project\b\LibraryB
81-
E:\Project\c\LibraryC
82-
E:\Project\d\LibraryD
79+
#E:\Project\a\Library
8380
```
8481

8582
<div style="text-align: justify">
86-
With this configuration, at the moment of switching references, the search will be performed only in the last two directories.
83+
With this configuration, at the moment of switching references, the search for in the commented out directories will be ignored.
8784
</div>
8885

8986
## Requirements
9087

9188
<div style="text-align: justify">
92-
It is assumed that in the stable version the extension should support Visual Studio 17, 19. However, at the moment, such compatibility is not guaranteed like anything else. The author conducted an initial test in the next version of Visual Studio:
89+
It is assumed that in the stable version the extension should support Visual Studio 19. The author conducted an initial test in the next version of Visual Studio:
9390
</div>
9491

92+
```
93+
Microsoft Visual Studio Community 2019
94+
Version 16.11.7
95+
```
96+
9597
```
9698
Microsoft Visual Studio Community 2019 Preview
9799
Version 16.9.0 Preview 2.0
@@ -108,10 +110,10 @@ Version 16.4.2
108110
```
109111

110112
<div style="text-align: justify">
111-
.NET SDK version >= 3.0 is <b>required</b> since version 0.5.0.
113+
.NET Core SDK version >= 3.0 is <b>required</b> since version 0.5.0.
112114
</div>
113115

114116
## Useful Links
115117

116118
- [Github Issues](https://github.com/0UserName/NuGetSwitcher/issues)
117-
- [Documentation](https://0username.github.io/NuGetSwitcher/)
119+
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=github0UserName.DCB9FB28-5610-4A94-9471-4BF2D0556BC5)

0 commit comments

Comments
 (0)