Files
Ricardo Andrés Marino Rojas a2b420cb0a Fix warnings part 8 (#8113)
* Fix CA1819 and CA1002 warnings

Changed the type of Languages statistic in regression tests from
Language[] to List<Language>. By doing that, the warning CA1819 was
removed but then the warning CA1002 was raised. However, this warning
was expected to be excluded from QuantConnect.Algorithm.CSharp.

* Improve implementation

* Simplify code

* Fix bugs
2024-06-28 10:10:30 -03:00
..
2018-12-14 12:38:55 -03:00
2020-04-27 19:03:03 -03:00
2023-07-28 17:49:58 -04:00
2019-12-31 12:42:21 +01:00
2022-11-09 17:38:34 -03:00
2020-04-01 16:15:05 +01:00
2021-11-15 14:44:30 -03:00