AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
421 stars 81 forks source link

Add VS2017 support #390

Closed Takoooooo closed 11 months ago

Takoooooo commented 11 months ago

This PR temporarily adds support for VS2017. The plan is to make a release and deprecate VS2017 support at all. DLL's were added because thats the dependencies of the System.Text.Json package and they are supressed by VS SDK see https://github.com/AvaloniaUI/AvaloniaVS/issues/298 I don't know which System.Text.Json version VS 2017 SDK uses and if i knew VS 2019 SDK does the same thing and i would need to include DLL's manually anyways. Note: In VS2017 axaml files are getting excluded and i don't know how to fix that and currently we have no plans to do that. Also if you are looking for VS2017 support you might be interested in https://github.com/AvaloniaUI/Avalonia/issues/13053