-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2022 & VS2019 support #65
base: master
Are you sure you want to change the base?
Conversation
…ile can't be found when uninstalling the packed, if relative license file path is used.
For anyone who want to use this tool, I'm uploading the built VSIX file here. |
This works a treat, thanks @hippasus |
Thank you for great work! It stopped working since VS 17.2.4 update.
|
it works on my computer, I'm using VS 17.2.5. could you please show me your |
Yes, I was using GetService, now it works with GetCOMService. One thing that I think is not working, if I update a template, the generator dosen't update the file with the changes, any ideea why? |
@hippasus it possible to install in vs2022, but it still cannot be used, presumably because the plug-in implementation is based on.netframwork, and the project I refer to is based on .net8 class library, I wonder if it can be solved? |
It can be installed in vs2022 and it just works. I never tried it on net8.0, was using it with .netstandard2.0. |
Will.net8 be supported later? After all, the version gap between the merged .NET and .netfromwork is relatively large, and some basic class libraries may not be available in plug-ins written with .netfromwork, such as System.Runtime. |
just tried with .net8, it works just fine. could you share more information about your tt file? |
I saw what you were doing... interesting... you were referencing a .net8.0 dll in your text template file. Maybe you can find a modern way to generate code Introducing C# Source Generators |
Hi Oleg,
I've managed to make this excellent tool targeting to both Visaul Studio 2019 and Visual Studio 2022.
It is still using deprecated APIs, however, it works.
Hippasus.