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

support relative dll-file-path reference #728

Open
heartacker opened this issue May 28, 2023 · 3 comments
Open

support relative dll-file-path reference #728

heartacker opened this issue May 28, 2023 · 3 comments

Comments

@heartacker
Copy link

heartacker commented May 28, 2023

now we have to set the absolute path in csx file,
but I believe that we should support the relative path of dll

eg: my workspacefolder is D:\MyFolder\

  • before:
#r "D:\MyFolder\MyProject\bin\Debug\net7.0\MyProject.dll"
  • after:
#r ".\MyProject\bin\Debug\net7.0\MyProject.dll"

dotnet-script will be great to support because we are team working, I there is no absolute workspacefolder

@heartacker
Copy link
Author

heartacker commented May 28, 2023

image

image

please

this is very useful for team-work

@heartacker heartacker changed the title support related dll-file-path reference support relative dll-file-path reference Jul 12, 2023
@heartacker
Copy link
Author

@filipw

@stealthAngel
Copy link

It would be really nice if this is added

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