[FEATURE]: Add .slnx to C#/F# LSP root detection #8409

Closed
opened 2026-02-16 18:09:54 -05:00 by yindo · 0 comments
Owner

Originally created by @workedbeforepush on GitHub (Feb 3, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Modern .NET uses the ".slnx" file format for projects.

The current LSP NearestRoot implementation is only searching for the old ".sln" solution file format but nor for the modern ".slnx".

See Introducing support for SLNX, a new, simpler solution file format in the .NET CLI

Originally created by @workedbeforepush on GitHub (Feb 3, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Modern .NET uses the ".slnx" file format for projects. The current LSP NearestRoot implementation is only searching for the old ".sln" solution file format but nor for the modern ".slnx". See [Introducing support for SLNX, a new, simpler solution file format in the .NET CLI](https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/)
yindo added the discussion label 2026-02-16 18:09:54 -05:00
yindo closed this issue 2026-02-16 18:09:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8409