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

Migrate projects to .NET Core Tools 1.0 #261

Closed
atifaziz opened this issue Mar 7, 2017 · 6 comments
Closed

Migrate projects to .NET Core Tools 1.0 #261

atifaziz opened this issue Mar 7, 2017 · 6 comments
Assignees
Labels
Milestone

Comments

@atifaziz
Copy link
Member

atifaziz commented Mar 7, 2017

The .xproj and project.json files (based on preview versions) need to be migrated to .csproj now that .NET Core Tools 1.0 is released.

Contributors not using Visual Studio 2017 will have to rely on IDEs like Visual Studio Code or other editors supported by OmniSharp. This may already be the case anyhow for those not on Windows.

@atifaziz atifaziz added this to the 2.3.0 milestone Mar 7, 2017
@atifaziz
Copy link
Member Author

atifaziz commented Mar 9, 2017

Initial attempt didn't go so well; see dotnet/cli#5973.

@atifaziz atifaziz removed this from the 2.3.0 milestone Mar 24, 2017
@atifaziz
Copy link
Member Author

atifaziz commented Apr 4, 2017

So according to dotnet/sdk#335 and @DustinCampbell's words there:

The high-order bit here is that cross-gen is broken for .NET Framework projects on all platforms but Windows.

This is a step backward. Unfortunately for us, building is breaking on Windows.

@DustinCampbell
Copy link

Note later in that issue that I noted that I was able to get OmniSharp's build (which targets net46 and netstandard1.6) working on OSX/Linux with a bit of trickery.

@atifaziz
Copy link
Member Author

atifaziz commented Apr 4, 2017

Thanks @DustinCampbell, I noticed and will give it a crack as soon as I have the Windows side of things working.

@atifaziz
Copy link
Member Author

atifaziz commented Apr 4, 2017

According to nunit/dotnet-test-nunit#108, dotnet-test-nunit won't work with .NET Core Tools 1.0 anymore. Meanwhile, NUnitLite could serve as a workaround.

@atifaziz atifaziz added this to the 2.4.0 milestone Apr 6, 2017
@atifaziz atifaziz self-assigned this Apr 6, 2017
@atifaziz
Copy link
Member Author

atifaziz commented Apr 6, 2017

Closed by e11a96e

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

No branches or pull requests

2 participants