-
### Description
When I run FSI using the Dependency Manager extension for paket, it resolves a path to `paket.exe` through an older version of a dotnet CLI tool package.
### Repro steps
Pleas…
-
I also ran into this issue with a F# console application. The code works as expected when evaluated in the F# Interactive window, but crashes when attempting to zoom or resize the device window when t…
-
In this session there are four sperate submissions, all sent in one go by using Alt+A select all then Debug in Fsi from the context menu. Note that locals and Autos are empty .. and the watch window …
-
Mono runtime issue.
Attempt to execute the following code (originates from [Jupyter F# kernel issue](https://github.com/fsprojects/IfSharp/issues/143))
```F#
let n = 100 // 92 and below is fine…
-
I've found a strange issue where deserialization of a type works fine in my program, but fails when I run the same serialization in interactive. In interactive I get the following exception:
`Could…
-
### Problem
I am unable to get the CSV type provider to work. Even the [example in the official documentation](https://fsharp.github.io/FSharp.Data/library/CsvProvider.html) doesn't work, which sho…
-
In using F# and FSharp Charting for data analysis there are many occasions when you want to have a quick tabular view of the data in combination with a chart. The interactive view is ok, but a tabular…
-
Adding spaces to the start of `#i` and `#r` causes whackiness
1. Open F# notebook at https://mybinder.org/v2/gh/dotnet/interactive/master?urlpath=lab
2. Compare this (with spaces)
```
…
-
do you plan to integrate this into the VS F# powertools or directly into Visual F#?
forki updated
8 years ago
-
A design principle for F# notebooks should be alignment between the F# scripting programming model and the F# notebook programming model where possible, with divergence and augmentation where it makes…