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

Support for msbuild only projects #881

Closed
tonerdo opened this issue Nov 6, 2016 · 6 comments
Closed

Support for msbuild only projects #881

tonerdo opened this issue Nov 6, 2016 · 6 comments

Comments

@tonerdo
Copy link

tonerdo commented Nov 6, 2016

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-preview3-004056)

Product Information:
 Version:            1.0.0-preview3-004056
 Commit SHA-1 hash:  ccc4968bc3

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.11
 OS Platform: Darwin
 RID:         osx.10.11-x64

VS Code version: 1.7.1

C# Extension version: 1.4.1

Steps to reproduce

  • Upgrade .NET Cli tools to 1.0.0-preview3-004056
  • Create new project with dotnet new, a csproj file is created but no project.json is present.

Expected behavior

Omnisharp should work with projects that contain a csproj but no project.json

Actual behavior

Omnisharp server does not start or offer intellisense features.

@DustinCampbell
Copy link
Member

Note: This is happening, but it's a lot of work. The work is being tracked in https://github.com/OmniSharp/omnisharp-vscode/projects/2.

@tonerdo
Copy link
Author

tonerdo commented Nov 7, 2016

@DustinCampbell thanks for the response. I'd love to contribute any way I can

@DustinCampbell
Copy link
Member

Thanks! I got much it working today.

image

@DustinCampbell
Copy link
Member

There's a new v1.5-future-preview1 release that adds initial support for MSBuild-based .NET Core projects.

@DustinCampbell
Copy link
Member

Note that there's still a lot to do to fill out the experience, but this should unblock you.

@tonerdo
Copy link
Author

tonerdo commented Nov 10, 2016

Thanks @DustinCampbell

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

No branches or pull requests

2 participants