dotnet-format.exe 3.0.0 is looking for 3.0.0-beta4-19105-10 assemblies
See original GitHub issueVersion Used:
dotnet-format.exe 3.0.0
Steps to Reproduce:
- Install dontet-format 3.0.0 -
dotnet tool install --global dotnet-format --version 3.0.0
- 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:
- Created 5 years ago
- Reactions:2
- Comments:10 (6 by maintainers)
Top 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 >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
@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!
@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
packageYou will need to run this in while I see how to fix this, sorry!