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
This commit pins the SDK version used for compilation to
.net 8 to match the build and test projects.
There is an issue with `dotnet format` command when building
with certain versions of .net 9 SDK that results in:
```
Unhandled exception: System.Exception: source text did not have an identifiable encoding
```
Looks related to dotnet/sdk#46780, which is fixed in later .net 9 versions. The build doesn't need .net 9, so best to pin to .net 8.
0 commit comments