dotnet / format

Home for the dotnet-format command
MIT License
1.91k stars 172 forks source link

running dotnet format on my unity project takes over an hour #2110

Closed float3 closed 4 months ago

float3 commented 4 months ago
...
...
...
Project Assembly-CSharp-Editor-firstpass is using configuration from 'C:\Users\[Redacted]\obj\Debug\Assembly-CSharp-Editor-firstpass.GeneratedMSBuildEditorConfig.editorconfig'.
  Complete in 2103917ms.

this (series of) step(s) alone seems to take 35 minutes

$ dotnet format --version
8.0.456602+28925c0e519d66c80328aacf973b74e40bb1d5bd
sharwell commented 4 months ago

dotnet format runs third-party code and has a wide variety of configuration abilities. We would need a concrete way to reproduce this in order to proceed.

ghost commented 4 months ago

Closing this issue as we've seen no reply to the request for more information. If you are able to get the requested information, please add it to the issue and we will retriage it.