Closed seantleonard closed 5 months ago
This affect building the Blazor project
Thanks, this issue was fixed under commit: fb0b7530251e42da4a6455317bf8f1377fc1c31c
Hey @croblesm , this issue is opened up on the latest code you merged in this commit https://github.com/Azure-Samples/azure-sql-library-app-blazor/commit/20dcf6858a7ccbba15dbed17769df754823052b1.
The path doesn't align with suggestion by VSCode.
Can you reopen?
Hi @seantleonard,
Could you please try building / publishing the Database project using this configuration? I'm using this path in multiple dev containers and the build/publish works just fine whether I do it from command line or the UI.
Using command line
using UI
Build
Publish
https://github.com/Azure-Samples/azure-sql-library-app-blazor/blob/20dcf6858a7ccbba15dbed17769df754823052b1/.devcontainer/devcontainer.json#L27
VSCode suggests that the path be:
/usr/share/dotnet
and not include thesdk
folder, since there doesn't seem to be adotnet.exe
in thesdk
folder.