Replies: 1 comment
-
@Relaxo this repo is built on top of an internal component (CPS — Common Project System) that's not usable outside of Visual Studio. You can use the code in this repo to understand what kinds of integrations you might need to support when implementing .NET project support in your project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we work on an IDE-ish project and need to "handle" dotnet project files. We support the old .csproj format already but not the new SDK-style.
Is this the right project to go with for supporting SDK-based projects? Or is it only applicable for Visual Studio extensions?
We need to show a project tree like Visual Studio does.
I do not really understand the Feature Comparison regarding ASP.NET: In which cases is it supported?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions