Open
Description
Describe the bug**
All projects show as "(load failed)" when run in net5.0 devcontainer -- even after a successful dotnet build
.
Steps to reproduce
- Open sln in Ionide
- When prompted, open in remote dev container (with the "Remote - Containers" extension)
- All projects will show as "(load failed)"
- From terminal,
cd src
,dotnet build
- All projects still show as "(load failed)" even after successful build
- Disable Ionide and reload vscode
- Re-enable Ionide -- only now are projects loaded properly
Link to sample reproduction
https://github.com/JordanMarr/SqlHydra
Expected behaviour
I would expect that projects should load properly after a successful build when in the devcontainer.
Screenshots
--
Machine info
- OS: Host: Windows, Container: Ubuntu
- .NET SDK version: 5.0 (container details here)
- Ionide version: 5.7.1
Additional context
--
Activity