Trying to install dotnet-sdk-8.0 results in the error Unable to locate package dotnet-sdk-6.0 (i think because the container is based on an too old debian release)
The C# addons (ms-dotnettools.csharp) is not available for vscode-server(i believe because of issues with the licence of the addon)
The instructions at https://netdaemon.xyz/docs/v3/started/development#24-studio-code-server-addon don't work.
dotnet-sdk-8.0
results in the errorUnable to locate package dotnet-sdk-6.0
(i think because the container is based on an too old debian release)A workaround for
1.
is as follows:For
2.
thefree-omnisharp-vscode
extension can be installed instead