[PR #11928] feat: Add .slnx to C#/F# LSP root detection #13989

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

Original Pull Request: https://github.com/anomalyco/opencode/pull/11928

State: closed
Merged: Yes


Summary

This PR includes ".slnx" in the NearestRoot arrays for both C# and F# LSP servers in addition to ".sln", ".csproj" (C#), ".fsproj" (F#) and "global.json". See Introducing support for SLNX, a new, simpler solution file format in the .NET CLI.

Closes #11929

Changes

".slnx" was added to the NearestRoot array for both C# and F# LSP servers.

Testing

Tested locally, no critical changes made.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11928 **State:** closed **Merged:** Yes --- ### Summary This PR includes ".slnx" in the NearestRoot arrays for both C# and F# LSP servers in addition to ".sln", ".csproj" (C#), ".fsproj" (F#) and "global.json". 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/). Closes #11929 ### Changes ".slnx" was added to the `NearestRoot` array for both C# and F# LSP servers. ### Testing Tested locally, no critical changes made.
yindo added the pull-request label 2026-02-16 18:18:48 -05:00
yindo closed this issue 2026-02-16 18:18:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13989