-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Core August 2020 Update - 2.1.21 and 3.1.7 #5057
Comments
The release notes for 3.1.7 state that it supports Visual Studio 2019 version 16.6, however when running a build on a system (Azure DevOps Hosted Agent - windows-latest) with NuGet 5.6.0, Visual Studio 2019 16.6 and .NET core SDK 3.1.401 during the restore we receive the following error:
I believe Visual Studio 16.6 comes with MSBuild 16.6 and the just releases Visual Studio 16.7 comes with MSBuild 16.7. |
Today, our Azure Devops hosted build agent builds started failing, after getting its "UseDotNet" task auto-updated from .NET Core 3.1.6's 3.1.302 SDK version to the shiny new .NET Core 3.1.7's 3.1.401 SDK version. The reason for the problems is our need to install multiple .NET Core SDKs (as mentioned here). For reasons beyond the scope of this issue, we're still having a need for using the .NET Core 2.2.x SDK, in addition to the .NET Core 3.1.x SDK. We now experienced the following problems when running "NuGet restore" (5.3.1):
The latter problem could be fixed by specifically requesting the use of .NET Core SDK version 3.1.302. I have read the release notes, but can't find anything that suggests that this parallel SDK behaviour should have changed. In the longer term, we will OF COURSE get rid of the old .NET Core 2.2 requirement, but in the short term this prevents us from using any newer SDK version. So, all in all, not a dramatic end result, and probably not a too common scenario, but nonetheless VERY surprising. |
After I upgrade my dotnet runtime to 3.1.7
these are my info: Microsoft.AspNetCore.All 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All] `▶ dotnet --list-sdks 2.2.402 [/usr/share/dotnet/sdk] `▶ dotnet --version 3.1.401 those projects can run normally. but have a lot of error in dev! |
On Ubuntu 20.04 |
My problem was solved by installing latest version of OmniSharp manually. |
SOLUTION FOUND: DESCRIBED IN THE BOTTOM I have a fatal problem using 3.1.7. I have a EF Core setup in a Class Library (DLL). When I run
I get the error:
I have struggled with this error for many hours so I will shortly describe how I made it work: I have found a solution - or rather a cirumvention I edited the The field
And I was finally able to migrate my database. |
closing in favor of #5170 |
3.1.7 Release Notes
3.1.7 Download
2.1.21 Release Notes
2.1.21 Download
Blog posts
.NET Core
Please report any issues you find with 2.1.21 or 3.1.7, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Status of availability of SDK on Linux feeds:
Known Issues
If there are any issues with the August 2020 release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.
The text was updated successfully, but these errors were encountered: