Исходный код вики Зависимости проекта

Версия 1.8 от Alexandr Fokin на 2025/02/17 00:20

Последние авторы
1 |(% style="width:123px" %) |(% style="width:1357px" %)Зависимости проекта.
2 |(% style="width:123px" %) |(% style="width:1357px" %)(((
3 |(% style="width:185px" %)Top level dependencies|(% style="width:1097px" %)Зависимости, которые явно установлено в проекты.
4 |(% style="width:185px" %)Transitive depedencies|(% style="width:1097px" %)Зависимости, которые необходимы для работы top levep пакетов.
5 )))
6 |(% style="width:123px" %) |(% style="width:1357px" %)(((
7 |View NuGet package dependency hierarchy
8 [[https:~~/~~/stackoverflow.com/questions/6653715/view-nuget-package-dependency-hierarchy>>https://stackoverflow.com/questions/6653715/view-nuget-package-dependency-hierarchy]]|
9 |Get a list of all NuGet packages used in a solution
10 [[https:~~/~~/stackoverflow.com/questions/53435715/get-a-list-of-all-nuget-packages-used-in-a-solution>>https://stackoverflow.com/questions/53435715/get-a-list-of-all-nuget-packages-used-in-a-solution]]|
11 |View NuGet package dependency hierarchy
12 [[https:~~/~~/www.iditect.com/faq/csharp/view-nuget-package-dependency-hierarchy.html>>https://www.iditect.com/faq/csharp/view-nuget-package-dependency-hierarchy.html]]|
13 )))
14 |(% style="width:123px" %)Получение информации о зависимостях.|(% style="width:1357px" %)(((
15 |(% style="width:688px" %){{code language="cmd"}}dotnet list <project or solution file> package --include-transitive --format json{{/code}}|(% style="width:594px" %)Отображение зависимостей. Отображает перечень зависимостей в виде списка. Нет возможности увидеть иерархию зависимостей, кто является потребителем.
16 |(% style="width:688px" %)1) Получение перечня зависимостей из решения.
17 2) Загрузка информации об связах зависимостей через Nuget сервер.|(% style="width:594px" %)
18 |(% style="width:688px" %) |(% style="width:594px" %)
19 )))
20
21