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

Reference an external assembly #10

Open
jowsy opened this issue Mar 15, 2024 · 0 comments
Open

Reference an external assembly #10

jowsy opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jowsy
Copy link
Owner

jowsy commented Mar 15, 2024

Is your feature request related to a problem? Please describe.
Allowing external references would allow you to use helper libraries in the code or third-part libraries.

Describe the solution you'd like
Implement the C#-scripting feature of referencing external assemblies using #r-directive.
The reference should be used for all cells in the current connection.

Following cell should add the reference for use in all cells.

#!revit
#r "c:\path\to\assembly.dll"
@jowsy jowsy added the enhancement New feature or request label Mar 15, 2024
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