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.

dotnet-format.exe 3.0.0 is looking for 3.0.0-beta4-19105-10 assemblies

See original GitHub issue

Version Used:

dotnet-format.exe 3.0.0

Steps to Reproduce:

  1. Install dontet-format 3.0.0 - dotnet tool install --global dotnet-format --version 3.0.0
  2. run dotnet-format

Expected Behavior:

Runs!

Actual Behavior:

The application to execute does not exist: 'C:\Users\me\.dotnet\tools\.store\dotnet-format\3.0.0-beta4-19105-10\dotnet-format\3.0.0-beta4-19105-10\tools\netcoreapp2.1\any\dotnet-format.dll'.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
JoeRobichcommented, Feb 28, 2019

@paulomorgado & @KexyBiscuit - We have pushed a new release build (3.0.2) to NuGet that should resolve this issue. Let us know if you run into any more issues . Thanks!

1reaction
jmarolfcommented, Feb 18, 2019

@KexyBiscuit nuget doesn’t ever delete packages, they are unlisted but they are still there. Running this will still pull the invalid 3.0.0 package

dotnet tool install --global dotnet-format

You will need to run this in while I see how to fix this, sorry!

dotnet tool install --global dotnet-format --version 3.0.0-beta4-19105-10
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot `dotnet format` ASP.NET Core projects · Issue #1519
After upgrading to 6.0.2 (6.0.200) I got errors when trying to format projects using the web SDK, i.e. Initially I assumed that I...
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