8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92d929 commit fdb7144Copy full SHA for fdb7144
CHANGELOG.md
@@ -37,6 +37,8 @@ when .NET expects an integer [#1342][i1342]
37
- BREAKING: to call Python from .NET `Runtime.PythonDLL` property must be set to Python DLL name
38
or the DLL must be loaded in advance. This must be done before calling any other Python.NET functions.
39
- Sign Runtime DLL with a strong name
40
+- Implement loading through `clr_loader` instead of the included `ClrModule`, enables
41
+ support for .NET Core
42
43
### Fixed
44
0 commit comments