dotnet fsi file package source reference not working with relative path #i
Open
Impact-Medium
Needs-design
Needs-Repro
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
```fsharp
#i """ /some/relative/path/containing/nuget/packages"""
#r "nuget: Some.Package"
```
## Expected
i can load the package from a relative folder in my directory, e.g. in a project to test from a script if the package behaves consistently
## Actual
without specifying the full filesytem absolute path i cannot load the package in the script
* Operating system: MacOS (might have the same issue on windows)
* NET6
* vscode + ionide or vs for mac
Contributor guide
Assessment
This issue has not been assessed yet.