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 2c1aaef commit 39e41d0Copy full SHA for 39e41d0
CHANGELOG.md
@@ -34,6 +34,8 @@ details about the cause of the failure
34
when .NET expects an integer [#1342][i1342]
35
- More specific error messages for method argument mismatch
36
- BREAKING: Methods with `ref` or `out` parameters and void return type return a tuple of only the `ref` and `out` parameters.
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
40
### Fixed
41
0 commit comments