-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
/cc @piotrpMSFT @davidfowl |
Also, omnisharp support is in the dev branch https://github.com/OmniSharp/omnisharp-roslyn/tree/dev |
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? |
btw - I tried building If you go for it in VS Code @xanather I hope you have better luck than I. |
You update the DNX. You don't have to update VS tooling.
You used the dev branch right? |
@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. |
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. |
Since this is tracked in aspnet/dnx#3367, closing this issue. |
Hi @guardrex. We pinned the packages version and clone the feed for |
@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. |
…k-list In conflict resolution, treat items from FrameworkList.xml as platform assemblies
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 :)
The text was updated successfully, but these errors were encountered: