QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 27 forks source link

Migrate pythonnet to .NET Core 3.0 #33

Closed gsalaz98 closed 3 years ago

gsalaz98 commented 5 years ago

What does this implement/fix? Explain your changes.

Migrates and adds support for .NET Core 3.0 for pythonnet. This is required for python algorithms to run in LEAN .NET Core

Does this close any currently open issues?

No

Any other comments?

I believe this might break backwards compatibility with .NET Framework 4.5.2 -- which is what LEAN currently runs on. Will have to do some testing for that.

Checklist

Check all those that are applicable and complete.

Martin-Molinero commented 3 years ago

Closed in favor of https://github.com/QuantConnect/pythonnet/pull/47