pythonnet-stub-generator icon indicating copy to clipboard operation
pythonnet-stub-generator copied to clipboard

Creates Python Type Hints for Python.NET libraries

Results 14 pythonnet-stub-generator issues
Sort by recently updated
recently updated
newest added

Hi @MHDante , first of all, thanks for developing this tool. I'm trying to generate the stubs for a dll that I'm importing into Python because it's very annoying yo...

Any ideas on how to handle these types of issues? It works great for the most part but does get confused when trying to find those DLLs

I actually got assigned this for work since we have a lot of Python scripts that interface with our C# code. Would love to give you a hand and bounce...

This is perhaps a little obscure, but it came up when I ran the generator on my project due to a typo in one of my namespaces. I have the...

Generating stubs for built-in assemblies is time consuming. It should be an opt-in feature controlled via a command line parameter. That way `dotnet watch build` can finish quickly.

First of all thank you for writing this awesome tool! I installed it using .NET 8. When I executed GeneratePythonNetStubs I got the error (abridged): ``` You must install or...

There is an issue when trying to generate stubs for target runtimes > .net 6. See the output before for the .net 8 case. According to https://github.com/dotnet/sdk/issues/9917 it seems like...

If I change namespaces in c# project the changes are not picked up, unless I clear previously generated typings.