Following this tutorial, I am able to run a new DotNet Core Web application locally just fine (via Command Line).
However, as soon as I try to run it in a container (via VS Code Debugger), I receive the following exception:
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '/root/.nuget/packages/.tools/BundlerMinifier.Core'.
I have not made any changes to any files at this point.
Environment: Windows 10 x64 with Docker for Windows.
Following this tutorial, I am able to run a new DotNet Core Web application locally just fine (via Command Line).
However, as soon as I try to run it in a container (via VS Code Debugger), I receive the following exception:
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '/root/.nuget/packages/.tools/BundlerMinifier.Core'.
I have not made any changes to any files at this point.
Environment: Windows 10 x64 with Docker for Windows.