pythonnet
pythonnet copied to clipboard
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 developer...
### Environment - Pythonnet version: 2.4 - Python version: 3.6 - Operating System: Windows ### Details I am trying to load a dll saved in my shared network drive. I...
### Environment - Pythonnet version: 2.5.0 - Python version: 3.6.9 - Operating System: Windows 10 ### Details - Describe what you were trying to get done. Array.CreateInstance for multi-dimensional arrays...
### Environment - Pythonnet version: db746aa86a2c2b1d7be389e6daaa3e41ff832e20 (I think any) - Python version: 3.9 - Operating System: Windows 10 - .NET Runtime: .NET Framework 4.8 ### Problem Python threading has unexpected...
### What does this implement/fix? Explain your changes. Improve CI setup and readd performance tests. ### Does this close any currently open issues? #992 ### Any other comments? ... ###...
### Environment - Pythonnet version: 2.5.1 - Python version: 3.6 - Operating System: Debian 10.9 - .NET Runtime: 4.8 ### Details - Describe what you were trying to get done....
### Environment - Pythonnet version: master - Python version: 3.7 - Operating System: Windows 10 ### Details I am using a custom encoder defined in Python to work around the...
### Environment - Pythonnet version: 2.4.0 - Python version: 3.7.4 - Operating System: Windows 10 ### Details I have a .NET project and I want to call it from python....
### Environment - Pythonnet version: Latest Dev 3.0.0 - Python version: 3.6.8 - Operating System: Windows 10 ### Details I was doing some performance testing on the latest PythonNet and...
### Environment - Pythonnet version: 3.0.0 Preview, + [QC Customizations](https://github.com/C-SELLERS/pythonnet/tree/refactor-qc-pythonnet3) (Nothing that should affect shutdown, but the changes could be related) - Python version: 3.6.8 - Operating System: Linux -...
F# generated CIL has some unique properties (like potentially missing `ParameterInfo.Name`) that should be caught in our test-suite. For that we should have a test project like `Python.Tests` written in...