User Scenario Users should be able to see unused assemblies, packages, and project references remove unused references Design 1. #37768 The compiler team will provide an API to list used references in the compilation (or the same: unused...
#Lists packages installedina specific project that have available updates Get-Package -Updates -ProjectName MyProject 5. 卸载包 Uninstall-Package(Visual Studio 中的包管理器控制台) 命令: Uninstall-Package [-Id] <string> [-RemoveDependencies] [-ProjectName <string>] [-Force] ...
Unset NUGET_PACKAGES in our CI environment (#5539) Dec 13, 2023 configure.ps1 Update frameworks for unit and functional tests (#5735) Apr 5, 2024 configure.sh Run all unit and functional tests in a new pipeline (#5787) May 9, 2024 ...
Uninstall-Package[-Id] <string> [-RemoveDependencies] [-ProjectName <string>] [-Force] [-Version <string>] [-WhatIf] [<CommonParameters>] このパッケージに他のパッケージが依存している場合は、-Force オプションが指定されていない限りコマンドは失敗します。
PackageReference: 在缓存包%USERPROFILE%\.nuget\packages和锁定文件即project.assets.json更新。 packages.config: 创建packages在程序包文件入子文件夹中的解决方案根目录和副本的文件夹。 package.config更新文件。 更新app.config和/或web.config如果包使用源和配置文件转换。
PackageReference: 在缓存包%USERPROFILE%\.nuget\packages和锁定文件即project.assets.json更新。 packages.config: 创建packages在程序包文件入子文件夹中的解决方案根目录和副本的文件夹。package.config更新文件。 更新app.config和/或web.config如果包使用源和配置文件转换。
Removes previously-installed dependencies if no remaining packages use those dependencies.To uninstall a package and all its unused dependencies, run:PowerShell Kopēt Uninstall-Package <PackageName> -RemoveDependencies To uninstall a package even if other packages depend on it, run:PowerShell Kopēt...
Removes previously-installed dependencies if no remaining packages use those dependencies. To uninstall a package and all its unused dependencies, run: PowerShell Uninstall-Package<PackageName>-RemoveDependencies To uninstall a package even if other packages depend on it, run: ...
PackageReference: 在缓存包%USERPROFILE%\.nuget\packages和锁定文件即project.assets.json更新。 packages.config: 创建packages在程序包文件入子文件夹中的解决方案根目录和副本的文件夹。package.config更新文件。 更新app.config和/或web.config如果包使用源和配置文件转换。
如果你的项目很小,你也可以使用: project > Optimize Used References。。。