Skip to content
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

Improvement: Add support for .NET libraries #49

Open
milnet92 opened this issue Oct 19, 2024 · 1 comment
Open

Improvement: Add support for .NET libraries #49

milnet92 opened this issue Oct 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@milnet92
Copy link
Owner

milnet92 commented Oct 19, 2024

I'm working on adding support for .NET library references. It's under construction in features/net_assemblies branch.

As of now, It's mature enough for the interpreter to interpret itself 🏃

image

@milnet92 milnet92 added the enhancement New feature or request label Oct 19, 2024
@milnet92
Copy link
Owner Author

milnet92 commented Oct 22, 2024

Current limitations:

  • ❌ Generic types cannot be used in declarations
  • using keyword is not supported so types from .net references must be used with full type name (i.e. namespace.type form)
  • ✅ Optional parameters must be always passed
  • ❌ Methods with multiple declarations can be used, but the editor will show always the first declaration

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

When branches are created from issues, their pull requests are automatically linked.

1 participant