

The code is available in GitHub: 04-DynamicLoading-Plugin (on the "UsingWorkingDirectory" branch). I'm guessing that there's something weird in the CLI tools since the Visual Studio 2019 debugger works fine.

This impacts a particular project that uses EFCore / SQLite. Run from executable (VS or CLI build): SUCCESS.NET Core SDK version 3.1.101 installed (the current at the time of this article). But running the application with "dotnet run" or from Visual Studio Code results in the exception. The application builds fine from Visual Studio 2019, Visual Studio Code, and "dotnet build". It runs fine in the Visual Studio 2019 debugger but throws a runtime exception in the Visual Studio Code debugger.

So I ran into some weirdness with a project.
