Rapid-XAML-Toolkit icon indicating copy to clipboard operation
Rapid-XAML-Toolkit copied to clipboard

Support SDK style project files

Open mrlacey opened this issue 4 years ago • 2 comments

Ensure can handle both old and new format project files

  • [x] Analysis VSIX
  • [x] Generation VSIX
  • [ ] Build Analysis
  • [ ] AutoFix

mrlacey avatar Sep 12 '20 11:09 mrlacey

Is it still being worked on? Or in other words. Are you possibly looking for external contributors?

tomuxmon avatar May 22 '23 10:05 tomuxmon

Is it still being worked on?

Yes, but slowly. Work in progress for VS2022 support is in https://github.com/mrlacey/Rapid-XAML-Toolkit/tree/VS2022-refactor Key parts of the rewrite are:

  • the fix for VS API deprecation
  • the removal of the dependency on VS APIs to do XAML Analysis (& code fixes)
  • refactoring of solution structure to make a single VSIX and support of more functionality shipped via NuGet.

mrlacey avatar May 22 '23 11:05 mrlacey