-
Notifications
You must be signed in to change notification settings - Fork 675
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
[O# Parity] Support loading non-solution based projects/files #5722
Comments
I see this is in "feature backlog", so I just want to ask what that means in terms of prioritization? I use Traversal for basically every project I work on these days, which works great under OmniSharp since it can load loose project files, and in VS with Open Folder too. It would be unfortunate to have to take a step backwards and maintain solution files in order to use the new Roslyn-based LSP host. (FWIW, judging by the reactions on microsoft/vscode-dotnettools#121, others are in the same boat.) |
We do have better support so the entry is somewhat misleading
We do have better support so the entry is somewhat misleading
We do have better support so the entry is somewhat misleading
@dibarbet After installed the C# Dev Kit( If I only install the C# extension( This issue only repro on Mac OS and does not repro on Linux and Windows OS. I'm not sure whether it's a same issue. Should I create a new issue to track it? |
@v-Judy Please file a new bug for this. |
I have the same issue, without ever installing the This is utterly annoying that this is broken. |
@vpetit-reimagine Can you file a new bug for us to track and with the details in our template? Sounds like this is different than the feature gap we're trying to track here. |
Here it is #6403. |
I would love it if the C# extension would be able to open any MSBuild project file that contains project references (with or without the Traversal SDK - by utilizing the MSBuild static graph feature) and create a "dynamic solution" that is updated live when the project references change on disk (for example, a new .csproj file is created). Solution files are cumbersome and hard to use, and we never create them manually. We currently have to rely on I've opened a similar issue for VS which has gotten many votes. |
Currently the C# extension's project loading capabilities only supports loading full solution files. O# supports loading csproj files.
CSX support is tracked here - #6411
The text was updated successfully, but these errors were encountered: