-
I may have missed a step during install through Vim-Plug, but I have tried twice now as well as ran the bash script. Any advice would be appreciated :smile:
```
Error detected while processing /hom…
-
### Description
Some standard library routines aren't available
like `System.Diagnostics.StopWatch()`
no problem via `fsi.exe`
### Repro steps
```shell
$ git clone https://github.com/fspr…
-
If a library loaded into FSI session has it's own references - it fails at any attempt to call them.
Demo project with various actions I've taken trying to isolate the issue:
https://github.com/…
-
Following quotation expression is parsed/interpreted/decompiled differently across F# 4.0 and F# 4.1:
```fsharp
let ftupled (a,b) c d = a + b + c + d + 1
```
#### Repro steps
1. In VS 2015 FS…
-
### Description
Type provider error
The type provider 'FSharp.Data.GraphQL.Client.GraphQlProvider' reported an error: The server committed a protocol violation. Section=ResponseStatusLine
###…
-
I'm trying to get the latest version running as an Autodesk Revit add-in. I want to show a view when a the command is launched from the toolbar.
The first time it runs fine. Then I close the wind…
-
I'm attempting to upgrade the mono [homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/mono.rb) to 5.2 from 5.0 and fsharp 4.1.18 to 4.1.25.
It seems that we now requir…
-
### Description
There is no completion in the interactive console
### Repro steps
- Open any project
- `C-s` to start the interactive with
```
dotnet fsi --readline+
```
### Expected behav…
-
I'm using `InteropServices` to call unmanaged C++ code from F#.
Al seems to be working correctly but I'm getting an unexpected exception when using `Marshal.OffsetOf` method.
#### Repro steps
I…
-
See #4042 and https://github.com/fsharp/fslang-design/blob/master/tooling/FST-1027-fsi-references.md
A pluggable extension point for a package manager (NuGet and Paket, realistically) needs to be a…