sdk: Error with Resharper build: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.

Steps to reproduce

Create ASP.NET Core Web Application, Web Application (Model-View-Controller) Using MySQL database, imported MySQL Framework Core DLLs MySql.Data 8.0.10-rc MySql.Data.Entity 7.0.7-m61 MySql.Data.EntityFrameworkCore 8.0.10-rc Other pretty much standard DLLs for building a .netcore 2.0 web-app. Build solution

Expected behavior

Clean build

Actual behavior

Error: The SDK ‘Microsoft.NET.Sdk.Web’ specified could not be found.

Environment data

dotnet --info output: .NET Command Line Tools (2.1.200-preview-007517)

Product Information:

Output from dotnet --info: Version: 2.1.200-preview-007517 Commit SHA-1 hash: dc62e50c3a

Runtime Environment: OS Name: Windows OS Version: 10.0.14393 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\2.1.200-preview-007517
Microsoft .NET Core Shared Framework Host Version : 2.0.6 Build : 74b1c703813c8910df5b96f304b0f2b78cdf194d

VS Versions: VS 2017 15.6.6 and 15.7.0 preview 3

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 21 (12 by maintainers)

Most upvoted comments

@livarcocc, @nguerrera, sorry for the late response. An answer from our QA team:

We can’t reproduce this issue on our side. It seems that you are using an old version of ReSharper. Could you please update ReSharper and VS? If you are able to reproduce this problem on the latest version of ReSharper, please, create an issue in our tracker: https://youtrack.jetbrains.com/issues/RSRP

Does this repro if you build through the command line using full framework msbuild? Just open a developer prompt and run msbuild on your solution.

@nguerrera since this seems like a resolver issue.