Can't Install dotnet tool #309

Open
opened 2026-01-29 16:36:13 +00:00 by claunia · 0 comments
Owner

Originally created by @fals on GitHub (May 12, 2019).

When trying to install the dotnet tool, the fallowing message appears and the tool won't install.

Command:

dotnet tool install --global ElectronNET.CLI --version 0.0.11

Using Windows 10

dotnet tool install ElectronNET.CLI -g
error NU3004: Package 'ElectronNET.CLI 0.0.11' from source 'https://api.nuget.org/v3/index.json': This repository indicated that all its packages are repository signed; however, this package is unsigned.
error NU3004: Package 'ElectronNET.CLI 0.0.11' from source 'https://api.nuget.org/v3/index.json': This repository indicated that all its packages are repository signed; however, this package is unsigned.
The tool package could not be restored.
Tool 'electronnet.cli' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.
  • A package by this name was found, but it was not a .NET Core tool.
  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
  • You mistyped the name of the tool.
Originally created by @fals on GitHub (May 12, 2019). When trying to install the dotnet tool, the fallowing message appears and the tool won't install. Command: `dotnet tool install --global ElectronNET.CLI --version 0.0.11` Using Windows 10 >dotnet tool install ElectronNET.CLI -g error NU3004: Package 'ElectronNET.CLI 0.0.11' from source 'https://api.nuget.org/v3/index.json': This repository indicated that all its packages are repository signed; however, this package is unsigned. error NU3004: Package 'ElectronNET.CLI 0.0.11' from source 'https://api.nuget.org/v3/index.json': This repository indicated that all its packages are repository signed; however, this package is unsigned. The tool package could not be restored. Tool 'electronnet.cli' failed to install. This failure may have been caused by: * You are attempting to install a preview release and did not use the --version option to specify the version. * A package by this name was found, but it was not a .NET Core tool. * The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem. * You mistyped the name of the tool.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#309