pgenfer / mixinSharp

extension for VS2015 that adds mixins to C#
MIT License
11 stars 1 forks source link

Re-add support for VS2017 #25

Open pgenfer opened 7 years ago

pgenfer commented 7 years ago

There were some changes in the VS Gallery/Marketplace:

Extensions which want to support VS 2017 also have to be build with the VS 2017 extension toolkit (which is part of VS2017 RC), and it seems that also the vsix project files have to be migrated.

The goal is to build the mixinSharp extension with the new extension toolkit and check if it can still be used/opened with VS 2015.

Also update the AppVeyor build CI projecss by using a VS 2017 image

pgenfer commented 7 years ago

Problem seems to be a bit more difficult: