Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

My .NET class library has an internal class that I want to use from Python.

I tried various variations of InternalsVisibleTo on the C# end (had hoped that <InternalsVisibleTo Include="Python.Runtime" /> in the csproj would be enough), but cannot get it to work.

Once I change the class from internal to public it’s all working fine.
Is this expected/working as designed? Or is there a way to make internal objects accessible to Python code?

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #2560 on March 14, 2025 18:59.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.