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.

First-run message is incorrect in non-English languages

See original GitHub issue

From @Advanium on May 31, 2018 10:14

The .NET Command Line tools in v2.1.300 display invalid commands in the ASP.NET Core section of the information that appears when new’ing up a solution.

dotnet new sln -n "Extensions"

This applies at least to the German localized version of the tooling:

image

Executing the command

dotnet tool install dotnet-dev-certs -g --version 2.1.0-preview1-final

results in a “format version missing” message, but eventually install the tool and display which version of it was installed. It also prints a usage message for how to use the dev-certs commandlet, which is also wrong:

image

dotnet-dev-certs

This won’t execute, because there’s no tool dotnet-dev-certs. The first dash isn’t supposed to be there, and the correct command would be:

dotnet dev-certs

I don’t know if other output and/or localized content also contains invalid commands. Can you verify this and patch it?

Copied from original issue: aspnet/DotNetTools#445

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
livarcocccommented, Jun 28, 2018

Assigning to @nguerrera just to drive a round of loc insertions on the CLI/SDK.

0reactions
nguerreracommented, Jul 12, 2018

This will be fixed by dotnet/cli#9653

Read more comments on GitHub >

github_iconTop Results From Across the Web

MacOS intermitently shows system messages in wrong ...
I tried every solution I could find (re-add and remove the other language, do it in safe mode, set English as default through...
Read more >
After changing display language, the former still shows up
Original Title:I've changed my display language from "Tradition Chinese" to "English (UK)", but the former still shows up!
Read more >
Incorrect texts displayed after supplement language ...
The reason is that Languages installed manually after applying support packages or Add-On installation with Support packages using SUM tool. In ...
Read more >
Chrome keeps defaulting to the wrong language
In the box that opens, just type 'eng' to filter the list of languages and add one.
Read more >
Changing the Language of Firefox Directly From the Browser
If the language used in the operating system is different from the one you're trying to install in Firefox, you need to create...
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