-
I propose we add syntax to detect whether the current F# script is being run as the entry-point
```F#
#if __MAIN__
.. Main code here
#endif
```
In Python it is quite easy - and very *very…
-
Some pages in the documentation, like these two: https://fslab.org/FSharp.Charting/ReferencingTheLibrary.html and https://fslab.org/FSharp.Charting/PieAndDougnutCharts.html, seems to be missing the fo…
-
**Is your feature request related to a problem? Please describe.**
Hi folks,
I have an ok complex project (fsharp and orleans) that I managed to run with devspaces using vscode! It just needs a …
-
Currently I'm getting `Unable to execute: undefined` when typing `Ctrl+Shift+I` in `tinyfstar-new.fst`
![screenshot from 2015-05-14 22-59-39](https://cloud.githubusercontent.com/assets/5850655/7641822…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have similar functionality like in other languages, where it is possible to reference a project inside an inte…
-
### Describe the bug
When I try to use:
```#!connect jupyter --kernel-name pythonkernel --kernel-spec python3```
I'm getting this stacktrace
```Error: System.ComponentModel.Win32Exception (2…
-
In my global Nuget config I have a source that requires authentication.
I've authenticated for this source before. `dotnet restore` works fine and can access packages from this source.
But in F# i…
-
### NuGet Product Used
MSBuild.exe
### Product Version
dotnet 8.0.100-rc.2.23502.2
### Worked before?
not version specifc
### Impact
It's more difficult to complete my work
### Repro Steps & C…
-
I'm trying to run the first example in the tables tutorial (https://github.com/misterspeedy/FsExcel/blob/main/ExcelTableTutorial.md)
When I look at the output I get one table but where the headers …
-
Command-line arguments to "dotnet fsi {script}.fsx" that start with "\@" are not taken literally, and are interpreted as an instruction to read the argument value from a file with the name following t…