dotnet / dotnet/fsharp

dotnet fsi file package source reference not working with relative path #i

Open
#12,969 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.