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 VS 2017 .csproj project format #216

Closed
iancooper opened this issue Mar 28, 2017 · 2 comments
Closed

Support VS 2017 .csproj project format #216

iancooper opened this issue Mar 28, 2017 · 2 comments
Labels

Comments

@iancooper
Copy link
Member

We want to embrace the VS2017 project format, as project.json has been discontinued. We could run the wizard to convert over, but afterwards we would want to 'clean' any auto-generated build file to remove ay cruft.

See the discussion here: http://www.natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/

Current blockers:

  • We use NUnit for tests (having converted over from MSpec). NUnit does not currently have a VS2017 compatible adapter: Visual Studio 2017 RC does not detect nunit tests nunit/nunit3-vs-adapter#305
  • We don't want to switch to XUnit, because we used Setup and Teardown to convert our MSpec tests, but would have to now fold these into the tests themselves. This is a lot of work, and may not be worth it if NUnit fixes there issues soon
  • We have customers still tied to VS2015. Their possible workaround is to use VS Code.
@dstockhammer
Copy link
Member

I had a stab at xunit to see how difficult the switch really is. As it turns out, it wasn't difficult at all. There some other problems that need to be resolved though.
See #217

@iancooper
Copy link
Member Author

Closed by #217

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