I am trying to run the chakra core C # sample specified here ( https://github.com/Microsoft/ChakraCore/wiki/Embedding-ChakraCore#before-you-start ), but getting the error: 
I tried to install this as well, but getting the error:
Install-Package JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 -Version 2.4.6

According to my understanding, if I want to use chakracore in my project (console application or web application), then I only need chakra core.dll, but still I get an error that the core chakra kernel did not find.
I tried in visual studio 2015 and 2017 but the same problem.
I have little confusion if anyone can answer this:
1) Can chakracore execute any javascript code?
2) Can I transfer the json result to my javascript and get the json result from javascript by executing this javascript code with chakracore?
How to run a sample example application that should display hello world in a console application executing javascript code?
source share