QuantConnect / Lean.DataSource.SDK

6 stars 15 forks source link

Use process.runtimeconfig.json to Set Runtime in CLRImports Module #17

Closed AlexCatarino closed 2 years ago

AlexCatarino commented 2 years ago

After building the DataProcessing Project, I performed the following test:

Lean.DataSource.SDK\DataProcessing\bin\Debug\net6.0> python .\CLRImports.py
PythonEngine.Initialize(): clr GetManifestResourceStream...

showing that the process.runtimeconfig.json was read successfully.