You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm taking my very first steps using Python. I'm a C# developer who has built a .NET Class Library that runs in any .NET Core environment and some of my users prefer Python to PowerShell.
I see the homepage has a Getting Started section: A good way to start is to interactively explore .NET usage in python interpreter by following along with the examples in this document. If you get stuck, there are also a number of demos and unit tests located in the source directory of the distribution that can be helpful as examples.
So, I spend some time looking at the rest of the homepage demos and pythonnet/demo/helloform.py but don't find anything related to the relatively new .NET Core Class Library support from Python.NET. I really want to load my DLL and use some of the types in it.
Eventually (after chasing my tail and wandering around), I come across the wiki and especially: Tutorial: How To Call A Dynamic Library
What commands did you run to trigger this issue? If you can provide a
Read the homepage's Getting Started section.
If there was a crash, please include the traceback here.
Notapplicable.
The text was updated successfully, but these errors were encountered:
Merged. Just be aware, that integrating .NET Core in Python is currently only supported on master and is only "documented" in the respective pinned issue.
Environment
Details
Describe what you were trying to get done.
I'm taking my very first steps using Python. I'm a C# developer who has built a .NET Class Library that runs in any .NET Core environment and some of my users prefer Python to PowerShell.
I see the homepage has a Getting Started section:
A good way to start is to interactively explore .NET usage in python interpreter by following along with the examples in this document. If you get stuck, there are also a number of demos and unit tests located in the source directory of the distribution that can be helpful as examples.
So, I spend some time looking at the rest of the homepage demos and pythonnet/demo/helloform.py but don't find anything related to the relatively new .NET Core Class Library support from Python.NET. I really want to load my DLL and use some of the types in it.
Eventually (after chasing my tail and wandering around), I come across the wiki and especially:
Tutorial: How To Call A Dynamic Library
What commands did you run to trigger this issue? If you can provide a
Read the homepage's Getting Started section.
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered: