yass007 / FASTBuildMonitor

Event monitor for FASTBuild
MIT License
80 stars 33 forks source link

Added support for VS 2022 #24

Open doanamo opened 2 years ago

doanamo commented 2 years ago

This change depends on #21

My attempt at adding support for Visual Studio 2022 because I could not find any existing forks or pull requests for this. I didn't have any experience with VSIX projects prior to doing this and I lack some deeper understanding of some topics regarding C# ecosystem (such as assembly references) - I was mostly following instructions outlined in https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/samples?view=vs-2022.

Some issues/problems:

Despite these hurdles, extension and standalone app work as expected (with single exception of incorrectly displayed version).