You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command to get the path to the open solution, for example:
dotnet.getOpenSolutionPath
Also, commands to get the build platform and build configuration would be very useful:
dotnet.getBuildConfiguration;
dotnet.getBuildPlatform.
I am developing PVS-Studio extension for VSCode that will analyze projects. I want to use an open solution in the "C#" plugin as the analysis target. To start the analysis correctly, I need to get the build platform and build configuration.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
We definitely want to allow other extensions to pull data from the new language server, similar to O#. However we need to re-design the API because the underlying project representation is not the same. See #5805
I am developing PVS-Studio extension for VSCode that will analyze projects. I want to use an open solution in the "C#" plugin as the analysis target.
Indeed we do need a bit more information here to better understand this request. There are scenarios where we might have loaded many projects, but we have no solution path because the user has none. @AndreyMoskalev565 can you better describe what sort of analysis you're doing?
Likely duplicate of dotnet/roslyn#68696
We plan to add extensibility points on the server side that will allow you to get information about the Roslyn workspace.
Add a command to get the path to the open solution, for example:
dotnet.getOpenSolutionPath
Also, commands to get the build platform and build configuration would be very useful:
dotnet.getBuildConfiguration
;dotnet.getBuildPlatform
.I am developing PVS-Studio extension for VSCode that will analyze projects. I want to use an open solution in the "C#" plugin as the analysis target. To start the analysis correctly, I need to get the build platform and build configuration.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: