Skip to content
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

Visual Studio extension template project for .NET core/6.0. #446

Open
PanchRajMaurya opened this issue Jul 8, 2023 · 2 comments
Open

Visual Studio extension template project for .NET core/6.0. #446

PanchRajMaurya opened this issue Jul 8, 2023 · 2 comments

Comments

@PanchRajMaurya
Copy link

All the visual studio extensions are in .NET Framework. I have some assemblies developed in .net6.0 that need to be used in Visual Studio extension. Can I create Visual Studio extension in .net6.0? or any other alternative to achieve my requirements?

@ErikEJ
Copy link

ErikEJ commented Jul 8, 2023

No, you can not. I simply communicate with .NET 6 code via a console app and json messages.

@PanchRajMaurya
Copy link
Author

Thanks for your quick reply. Can you provide some code sample/sample project to open WinForms that exists in an assembly developed in .NET6.0 as a command in Visual Studio extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants