question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CLI <= v2.4.6 requires DotNetCore 2.2

See original GitHub issue

Running 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:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
vsvirydau-clcommented, Oct 29, 2019

Ok, after re-installing 2.2, I ran it and it informed me that I have to install dotnet-typegen as typegen.dotnetcli is outdated. After replacing one with the other it now seemingly goes for 3.0 dlls…

1reaction
jburzynskicommented, Oct 27, 2019

.NET Core 3.0 support added in version 2.4.7. If something doesn’t work, please let me know in this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found