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
For the time being, I've disabled rollForward behaviour in our global.json (which effectively pins the version of dotnet-format to the version that shipped with version 9.0.103 of the .NET SDK). See commit 33cea55 (this was done so that we could finally merge that PR).
Once 9.0.202 is available we can bump this... we could potentially consider enabling rollForward again but that does make our CI builds less deterministic. I'm included to leave it disabled and only bump the SDK version intentionally.
The Format workflow in CI is currently breaking with:
System.Exception: source text did not have an identifiable encoding
Example here
Seemingly there is an issue with
dotnet format
andLF
line endings (vsCRLF
line endings). The command runs fine on Windows.Probably the simplest workaround is to run this workflow on the
windows-latest
runner (instead ofmacos-15
).The text was updated successfully, but these errors were encountered: