You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I've installed tool globally using dotnet tool install -g dotnet-format, and trying to run dotnet-format I encounter the following error:
The application to execute does not exist: 'C:\Users\{username}\.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'.
The text was updated successfully, but these errors were encountered:
Turns out I was a little early on this project and Microsoft have come out with https://github.com/dotnet/format the first part version of this, and I gave them the namespace to use. I'll update the readme so it's clear to people.
After I've installed tool globally using
dotnet tool install -g dotnet-format
, and trying to rundotnet-format
I encounter the following error:The text was updated successfully, but these errors were encountered: