Visual Studio Code – Simple NET6 C++/CLR library cannot be used from NET6 console application
I'm attempting to wrap some native C++ code in a C++/CLI (CLR) library (TestClrLibrary.NetCore) in order to use it from a NET6 application. Everything built fine, and I was able to reference my library from another project (NET6 application) in…