-
Notifications
You must be signed in to change notification settings - Fork 418
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
Project initialization fails due to unrecognized keyword "platform" #478
Comments
I assume the solution is to pin a newer version of dotnet-cli during build. |
yeah, that's probably the fix... I should have time to look tonight. |
I'm fine with #1 eventually we'll stabilize once we hit rc2/rtm. We could investigate in a daily release build, that produces new github releases every day with the latest bits. We might run into a case or two where we have a break, but we can solve those as we hit them. |
/cc @davidfowl |
OK. What is the plan here? We need to get something happening since OmniSharp is broken with the latest .NET CLI bits. |
FWIW, I'm interested in solution 2, but it's probably too ambitious of a change to get in quickly. |
I got it to work and will create a PR soon as I polish it. |
Awesome guys -- should we kick off a release with this change? |
I was hoping that we can validate it a bit using an editor. I had some silent failures that did not show up in the tests while making this change. |
dotnet-cli added
"type": "platform"
to project.json schema. When launching omnisharp on a project that has this in the project.json, omnisharp crashes.eg.
The text was updated successfully, but these errors were encountered: