aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

Unstable to use in Visual Studio 2017 RC + core 1.1 #911

Closed Biarity closed 7 years ago

Biarity commented 7 years ago
  1. Install VS 2017 RC
  2. Install .NET Core 1.1
  3. Create a new ASP.NET Core project
  4. Select the target framework to be netcoreapp1.1
  5. Update all the nuget packages that come with it to 1.1.0
  6. Get an error while updating 🙁
mlorbetske commented 7 years ago

Hi @Biarity could you add the error message to this issue please?

Biarity commented 7 years ago

Note that I have .NET Core 1.1 (current release) installed from dot.net. I get this window: image

Then in the solution, I get this weird folder: image

I heard that having VS 2015 installed side-by-side ma cause some errors, so I uninstalled it. I used to get an error that Microsoft.Extensions.Logging is out of date but I no longer do now, however, the previously mentioned errors still persist.

Note that if I ignore these errors everything works fine, so I'm not sure why they're there in the first place.

davkean commented 7 years ago

The first issue is tracked by https://github.com/dotnet/roslyn-project-system/issues/660. The second issue is tracked by https://github.com/dotnet/roslyn-project-system/issues/1021.

Thanks!