Skip to content

[DocBug] Getting Started on homepage should refer to wiki on github #1462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
charliearcuri opened this issue May 29, 2021 · 1 comment
Closed

Comments

@charliearcuri
Copy link

Environment

  • Pythonnet version: 2.5.2
  • Python version: 3.8.10
  • Operating System: Windows 10
  • .NET Runtime: .NET Core 3.1 or .NET 5.0

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.

    Not applicable.
@filmor
Copy link
Member

filmor commented May 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants