CLI <= v2.4.6 requires DotNetCore 2.2
See original GitHub issueRunning dotnet tool install --global TypeGen.DotNetCli --version 2.4.4
produces the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'typegen.dotnetcli' failed to install. Contact the tool author for assistance.
Failed both on Ubuntu 19 and Windows 10
I’ve tried following the 3.0
way of installing tools by running
dotnet new tool-manifest
&& dotnet tool install TypeGen.DotNetCli
and it fails with same error.
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Download .NET Core 2.2 (Linux, macOS, and Windows)
NET Core 2.2 downloads for Linux, macOS, and Windows. ... NET Core Runtime 2.2.8; Language support: C# 7.3: F# 4.5 ... NET Core...
Read more >Migrate from ASP.NET Core 2.1 to 2.2
This article outlines the prerequisites and most common steps for migrating an ASP.NET Core 2.1 project to ASP.NET Core 2.2.
Read more >What is the best way to install .Net Core SDK 2.2 for ...
Question number 1: If I just install Visual Studio 2019 will I have everything I need for development? Or do I need to...
Read more >Microsoft.NET.Test.Sdk needs the correct .net core version ...
Description I have a Project that is configured to use the netcoreapp2.2 monicker. Using the latest Microsoft.NET.Test.Sdk (16.3.0) it fails ...
Read more >NET Core SDK 2.2.202
NET Core, released on 2019-04-02. versionsof.net gives an overview of all ... If you only need to run existing applications, run the following...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, after re-installing
2.2
, I ran it and it informed me that I have to installdotnet-typegen
astypegen.dotnetcli
is outdated. After replacing one with the other it now seemingly goes for 3.0 dlls….NET Core 3.0 support added in version 2.4.7. If something doesn’t work, please let me know in this issue.