conwid / DependencyInjectionToolset

Other
12 stars 5 forks source link

Extension migration to Visual Studio 2017 #5

Closed exglade closed 7 years ago

exglade commented 7 years ago

The project and the extension have been migrated to Visual Studio 2017 with a bug fix on crash.

I have not opened the project with older VS nor installed the extension on older VS instance. Testing required.

Some adjustment to DependencyInjectToolset project settings may be required in order to run in debug mode. See Update Debug settings for project section and take note on Start external program field and Command line arguments field. This setting is saved in .csproj.user which is in .gitignore, so it's not in the repo.

conwid commented 7 years ago

Thanks for submitting the PR. Tested with VS2015 and VS2017, works. I will merge this, and later reconvert spacing to how it was before :)