.Net 9 #548
.Net 9
#548
-
Are there any plans to make the Toolkit.17 compatible with .net9? or thoughts on if it is possible? |
Beta Was this translation helpful? Give feedback.
Answered by
madskristensen
Mar 31, 2025
Replies: 1 comment 1 reply
-
That is not possible since in-proc extensibility runs on .NET Framework 4.8 inside Visual Studio. You should use the new VisualStudio.Extensibility model for writing .NET Core extensions for VS. It's not complete yet, so only basic extensibility points are available currently. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jeff-SGU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is not possible since in-proc extensibility runs on .NET Framework 4.8 inside Visual Studio. You should use the new VisualStudio.Extensibility model for writing .NET Core extensions for VS. It's not complete yet, so only basic extensibility points are available currently.