You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @KIC, I have managed to reproduce the issue. At the moment, I'm trying to determine the root cause of it. As the temporal fix, could you please set the installUsingApt option to false for the dotnet feature?
It seems the issue is related to picking the wrong dotnet distribution from the packages repo. We have two distributions in the jammy repo:
dotnet-sdk-6.0 (6.0.116-0ubuntu1~22.04.1) [universe] [security]
dotNET 6.0 Software Development Kit
dotnet-sdk-6.0-source-built-artifacts (6.0.116-0ubuntu1~22.04.1) [universe] [security]
Internal package for building dotNet 6.0 Software Development Kit
For some reason feature picks dotnet-sdk-6.0-source-built-artifacts when it should pick dotnet-sdk-6.0. I will investigate how we can adjust feature behavior.
using the dot net feature in a Dockerfile
and a devcontainer.json
fails installing the dotnet feature
which leads to a non existant
dotnet
binaryThe text was updated successfully, but these errors were encountered: