.NET Core 3.1 has been out of support for a while now, and its continued presence is starting to cause spurious diagnostic messages, so we're removing it.
We've also had to disable the dotnet format part of the build because the analyzers in the current SDK choke on one of the projects, causing analysis to take so long that the build times out. (Analysis does eventually complete given several hours, but we don't let the builds run that long, nor do we want to.) See #138
.NET Core 3.1 has been out of support for a while now, and its continued presence is starting to cause spurious diagnostic messages, so we're removing it.
We've also had to disable the
dotnet format
part of the build because the analyzers in the current SDK choke on one of the projects, causing analysis to take so long that the build times out. (Analysis does eventually complete given several hours, but we don't let the builds run that long, nor do we want to.) See #138