Skip to content

Support slnx files to for dotnet-sln project types#1971

Open
carlosdagos wants to merge 2 commits intobbatsov:masterfrom
carlosdagos:master
Open

Support slnx files to for dotnet-sln project types#1971
carlosdagos wants to merge 2 commits intobbatsov:masterfrom
carlosdagos:master

Conversation

@carlosdagos
Copy link

@carlosdagos carlosdagos commented Feb 2, 2026

The extension slnx is an atlernative file type to sln to describe dotnet solution projects, see:

https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/

Support slnx projects in the same way as sln projects, by checking that a file exists with the relevant file extension.


Before submitting a PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):

  • The commits are consistent with our contribution guidelines
  • You've added tests (if possible) to cover your change(s)
  • All tests are passing (eldev test)
  • The new code is not generating bytecode or M-x checkdoc warnings
  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the docs (when adding new project types, configuration options, commands, etc)

Thanks!

The extension `slnx` is an atlernative file type to `sln` to describe
dotnet solution projects, see:

https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/

Support `slnx` projects in the same way as `sln` projects, by checking
that a file exists with the relevant file extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant