-
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
Migrate projects to .NET Core Tools 1.0 #261
Comments
Initial attempt didn't go so well; see dotnet/cli#5973. |
So according to dotnet/sdk#335 and @DustinCampbell's words there:
This is a step backward. Unfortunately for us, building is breaking on Windows. |
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. |
Thanks @DustinCampbell, I noticed and will give it a crack as soon as I have the Windows side of things working. |
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. |
Closed by e11a96e |
The
.xproj
andproject.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.
The text was updated successfully, but these errors were encountered: