Replies: 2 comments 1 reply
-
The generator isn't available for VS 2017, but that only matters if you are using VS 2017 to code on your extension. Is that what you do? |
Beta Was this translation helpful? Give feedback.
-
The output from source generators can be saved to disk. https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview
If you can control the order of your build, you could build the 2019 or 2022 extension first, and then include the generated files in the build for the 2017 extension. |
Beta Was this translation helpful? Give feedback.
-
Hi,
first of all many thanks for this awesome project. We are looking into converting our VS extension to use the Vsix Community Toolkit.
So far it looks quite promising. My question is about the VSIX Manifest and Command Table file source generators. Our extensions shall support the 3 latest products, VS 2017, 2019 and VS 2022, but we did not get the generator working with VS 2017. Is VS 2017 a supported use case for the generator?
BR, Karsten
Beta Was this translation helpful? Give feedback.
All reactions