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

Update DNX tools to support netstandard targets #5231

Closed
xanather opened this issue Feb 27, 2016 · 11 comments
Closed

Update DNX tools to support netstandard targets #5231

xanather opened this issue Feb 27, 2016 · 11 comments
Milestone

Comments

@xanather
Copy link

Recently corefx updated its packages to no longer target dnxcore50.
This means intellisense in VSCode and visual studio broke.
Really difficult to write code with .net core at the moment due to this change.

Or release a preview of visual studio CLI tool integration :)

@blackdwarf
Copy link

/cc @piotrpMSFT @davidfowl

@davidfowl
Copy link
Member

aspnet/dnx#3367

@davidfowl
Copy link
Member

Also, omnisharp support is in the dev branch https://github.com/OmniSharp/omnisharp-roslyn/tree/dev

@xanather
Copy link
Author

Omnisharp support looks interesting might actually use that otherwise regarding DNX VS support how do we install the changes (does it come through Extensions & Updates in visual studio?) so intellisense works again?

@guardrex
Copy link
Contributor

btw - I tried building omnisharp-roslyn this morning (being on the edge with latest dotnet cli), and it wouldn't build cleanly. The build that comes with it broke badly on my unstable feed override (apparently). There were restore issues under dnxcore50 when I tried dotnet restore, and when I stripped out all of the dnxcore50 framework entries going for a dnx451 version, it would restore and build, but all I got out of it was a dll file and a pdb file ... no executable. I really wish that we had a known-good CI-type binary that I could rock on.

If you go for it in VS Code @xanather I hope you have better luck than I.

@davidfowl
Copy link
Member

Omnisharp support looks interesting might actually use that otherwise regarding DNX VS support how do we install the changes (does it come through Extensions & Updates in visual studio?) so intellisense works again?

You update the DNX. You don't have to update VS tooling.

btw - I tried building omnisharp-roslyn this morning (being on the edge with latest dotnet cli), and it wouldn't build cleanly. The build that comes with it broke badly on my unstable feed override (apparently). There were restore issues under dnxcore50 when I tried dotnet restore, and when I stripped out all of the dnxcore50 framework entries going for a dnx451 version, it would restore and build, but all I got out of it was a dll file and a pdb file ... no executable. I really wish that we had a known-good CI-type binary that I could rock on.

You used the dev branch right?

@guardrex
Copy link
Contributor

@davidfowl Yes ... I used it from the link that @troydai provided in dotnet/aspnetcore#1255 (comment) ... so yes, dev branch. Didn't go so well. However, I'm not blocked. I'm ok ... I can hold on until a VS Code update sets me right.

@xanather
Copy link
Author

The dev branch of omnisharp-roslyn doesn't even finish properly building for me. Can't work on any of my .net core projects for the time being since I can't handle not having intellisense.

@TheRealPiotrP
Copy link
Contributor

Since this is tracked in aspnet/dnx#3367, closing this issue.

@troydai
Copy link
Contributor

troydai commented Mar 3, 2016

Hi @guardrex. We pinned the packages version and clone the feed for omnisharp-roslyn dev branch. Does it break even when you do not override the feed?

@guardrex
Copy link
Contributor

guardrex commented Mar 3, 2016

@troydai I'll try that again and get back to you. But let me ask this: Many team comments seem to indicate that DNX has been almost completely removed from just about everything for those of us on RC2 nightly. @davidfowl said VS Code was similarly close to having its DNX-dependency removed. Is there any even rough timeframe for VS Code to get free of DNX ... a few days? ... a week? ... any idea?

[EDIT] Oh, and to answer your ?: I didn't try to disable the feed override. Maybe that's where I was going wrong.

wli3 referenced this issue in wli3/cli Nov 14, 2018
…k-list

In conflict resolution, treat items from FrameworkList.xml as platform assemblies
@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the Backlog milestone Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants