Closed thangchung closed 2 years ago
Currently, .NET 7 Preview when run inside .devcontainer (Ubuntu 22 box) throws an exception. Follow samples at https://github.com/dotnet/dotnet-docker/tree/main/samples/aspnetapp See the issue at https://github.com/dotnet/runtime/issues/76199
TODO: write bash script if args and if-else to install docker in case we need it for core-libs.sh:
core-libs.sh
install .NET 7 inside Ubuntu: https://github.com/dotnet/core/blob/main/release-notes/7.0/install-linux.md#installing-from-a-binary-archive
Currently, .NET 7 Preview when run inside .devcontainer (Ubuntu 22 box) throws an exception. Follow samples at https://github.com/dotnet/dotnet-docker/tree/main/samples/aspnetapp See the issue at https://github.com/dotnet/runtime/issues/76199
TODO: write bash script if args and if-else to install docker in case we need it for
core-libs.sh
: