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
dotnet format command is broken in 9.0.200 that was installed by Visual Studio and no update is available as of now. dotnet/sdk#46780
I want to be able to run dotnet format command that is part of 8.x.x but it doesn't seem possible. I tried using a global.json file to pin .net 8 to my project but format command still uses 9.0.200 on my machine.
Uh oh!
There was an error while loading. Please reload this page.
dotnet format command is broken in 9.0.200 that was installed by Visual Studio and no update is available as of now. dotnet/sdk#46780
I want to be able to run dotnet format command that is part of 8.x.x but it doesn't seem possible. I tried using a global.json file to pin .net 8 to my project but format command still uses 9.0.200 on my machine.
global.json to pin dotnet 8 to my project
SDKs installed on my machine:
SDK dotnet command uses after pinning via
global.json
dotnet build respects pinned version
dotnet format does not respect pinned version
The text was updated successfully, but these errors were encountered: