Join Nostr
2026-04-15 11:13:45 UTC

Whatisgoingon on Nostr: Dotnet introduced slnx as a replacement for the old sln soltution files. And VSCode ...

Dotnet introduced slnx as a replacement for the old sln soltution files. And VSCode creates them per default.

The nanoframework uses a csproject-file-variation that dotnet 10 msbuild does not understand. So you need to install mono-complete as it has a msbuild that works.

The catch is that the linux mono-complete msbuild version 16.10 does not understand slnx.

Does anyone know how to force vscode to create sln or convert them back?

#dotnet #csharp #linux #nanoframework #askfedi