QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
197 stars 100 forks source link

Fix support for grouping projects in dotnet solution in CLI root directory #347

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

Having a solution file in the root directory is supported now. This also fixes user's comment in #326: some organization workspace files were being copied to the project folder after backtesting failed.

Closes #260 (and the duplicate #326)