microsoft / vscode-remote-try-sqlserver

SQL Server and Azure SQL sample project for trying out the Dev Containers extension
MIT License
37 stars 15 forks source link

.NET SDK Error #17

Closed yorek closed 1 year ago

yorek commented 1 year ago

I'm still getting the error "The .NET SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or higher or update the .NET SDK location in settings if already installed." when I try to publish the database

cmaneu commented 1 year ago

It should be fixed on my side. @yorek Can you try to rebuild the container? (the script is executed at container build)

yorek commented 1 year ago

Confirmed that on a clean install it works nicely.