You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Example: xunit released new version 2.4. NuKeeper generates PackageReference updates, but no DotNetCliToolReference is created.
Sample from the project file: <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
Problem with adding support for this: neither dotnet nor NuGet nor Visual Studio support maintaining those entries. There's been some discussion, looks like dotnet tool is supposed to eventually handle them (when non-global mode is added), but currently those require manually editing the project file.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Example:
xunit
released new version 2.4. NuKeeper generatesPackageReference
updates, but noDotNetCliToolReference
is created.Sample from the project file:
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
Problem with adding support for this: neither
dotnet
norNuGet
nor Visual Studio support maintaining those entries. There's been some discussion, looks likedotnet tool
is supposed to eventually handle them (when non-global mode is added), but currently those require manually editing the project file.Related issues:
https://github.com/dotnet/cli/issues/917
NuGet/Home#4901
The text was updated successfully, but these errors were encountered: