Debugging C# Tests in VS Code When Passing Arguments
I need to be able to debug some C# tests in VS Code when passing both command line arguments and setting environment variables.
Visual Studio Code builds solution if I reference DLLs directly, but not if I pull them in from nuget packages
I have a .Net core solution that references several .Net 4.8 custom DLL’s. If I reference the dll’s directly, Visual Code builds without issue. However, when I pack these DLL’s into nupkg’s, I get these two errors when I try to build: