Skip to content
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

15.3 preview 3: debugging .NET Core 2.0 preview 2 projects does not work #3262

Closed
vasily-kirichenko opened this issue Jun 27, 2017 · 6 comments
Labels

Comments

@vasily-kirichenko
Copy link
Contributor

image

@enricosada
Copy link
Contributor

can you try use this nuget.config?

https://github.com/fsharp/FsAutoComplete/blob/master/test/FsAutoComplete.IntegrationTests/DotNetSdk2.0/sample1/nuget.config

sdk 2.0 project require .net core 2.0 runtime, and that's preview atm, the nuget.config add the .net core dev nuget feed. that's normal atm for .net core 2.0.0-preview2 (preview1 instead is on nuget.org already)

@forki
Copy link
Contributor

forki commented Jun 27, 2017

(can it work with paket?)

@cartermp
Copy link
Contributor

@vasily-kirichenko Is this with the .NET Core 2.0 SDK (with .NET Core 2.0 Preview 1) installed?

@enricosada
Copy link
Contributor

i can repro.

  • <TargetFramework>netcoreapp2.0</TargetFramework> same error.

  • <TargetFramework>net462</TargetFramework> or `net47 works

@enricosada
Copy link
Contributor

fixed by dotnet/sdk#1372

@cartermp
Copy link
Contributor

Yes, this is now fixed. You can get things to show up with this CLI/SDK install combo: https://github.com/dotnet/cli/tree/release/2.0.0

That is, the following should work if you install:

  • 15.3 Preview 3
  • The above linked CLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants