java.lang.IllegalArgumentException: Line 575 is out of range for file xxx File has 386 lines

We are working to provide a fix. Until this gets deployed, I recommend pinning the previous version of dotnet SDK with a global.json file.

you can use the following as an example

{
  "sdk": {
    "version": "8.0.205"
  }
}
2 Likes